ROC Curve: Difference between revisions

 
(One intermediate revision by the same user not shown)
Line 29: Line 29:
== Ideal ROC Curve ==
== Ideal ROC Curve ==


* A **perfect classifier** reaches the top-left corner (TPR = 1, FPR = 0).
* A ''perfect classifier'' reaches the top-left corner (TPR = 1, FPR = 0).
* The **diagonal line** (from (0,0) to (1,1)) represents a **random classifier**.
* The ''diagonal line'' (from (0,0) to (1,1)) represents a '''random classifier'''.
* The **closer the curve is to the top-left**, the better the model.
* The ''closer the curve is to the top-left'', the better the model.


== Area Under the Curve (AUC) ==
== Area Under the Curve (AUC) ==
Line 79: Line 79:


roc curve in machine learning, what is roc curve, tpr vs fpr, roc curve example, auc roc explained, binary classifier evaluation, model performance threshold, difference between roc and pr curve
roc curve in machine learning, what is roc curve, tpr vs fpr, roc curve example, auc roc explained, binary classifier evaluation, model performance threshold, difference between roc and pr curve
[[Category:Artificial Intelligence]]