What is a ROC Curve?
A ROC curve plots the performance of a binary classification model at all classification thresholds. It shows the trade-off between sensitivity and specificity.
AUC (Area Under Curve) summarizes the entire ROC curve into a single number between 0 and 1.
ROC Curve Example
The closer the curve is to the top-left corner, the better the classifier