Question
Suppose you are building a spam classifier. Which among the following two metrics would you consider while implementing the same? 1. Precision 2.Recall
in progress 0
4 years 1 Answer 690 views Member

Question
As we know, a ROC curve is plotted between TPR and FPR but to plot any curve we need different values of x and y. How do we get different TPR and FPR values for the plot?
in progress 0
4 years 1 Answer 569 views Member

Question
A simple query looks something like below Select * FROM Table1 Left join Table 2 on (Condition) where group by order by But what is the flow of execution of commands at the back-end?
in progress 0
4 years 1 Answer 957 views Grand Master