Back to Developer Roadmap

ROC-AUC

src/data/roadmaps/machine-learning/content/roc-auc@anEGWHVpcp75e3jQrj_LZ.md

4.0894 B
Original Source

ROC-AUC

ROC-AUC, or Receiver Operating Characteristic Area Under the Curve, is a performance measurement for classification problems at various threshold settings. ROC is a probability curve that plots the True Positive Rate (TPR) against the False Positive Rate (FPR) at different threshold values. AUC measures the entire two-dimensional area underneath the entire ROC curve from (0,0) to (1,1). AUC provides an aggregate measure of performance across all possible classification thresholds.

Visit the following resources to learn more: