Regression Models
June 6, 2019
#auc
AUC (Area Under the ROC Curve) is a common metric for how well a classification model separates the two classes, ranging from 0.5 (no better than chance) to 1.0 (perfect). Tutorials tagged here show how to compute, plot, and interpret ROC curves and AUC in R and Python.