ROC Curve: Difference between revisions
Thakshashila (talk | contribs) |
Thakshashila (talk | contribs) |
||
Line 29: | Line 29: | ||
== Ideal ROC Curve == | == Ideal ROC Curve == | ||
* A | * A ''perfect classifier'' reaches the top-left corner (TPR = 1, FPR = 0). | ||
* The | * The ''diagonal line'' (from (0,0) to (1,1)) represents a '''random classifier'''. | ||
* The | * The ''closer the curve is to the top-left'', the better the model. | ||
== Area Under the Curve (AUC) == | == Area Under the Curve (AUC) == |