Also known as: AUC (Area Under The ROC Curve) Β· AUC
Area Under The ROC Curve (AUC) is an industry-standard metric for evaluating binary classification models across decision thresholds. It measures how well a model assigns higher scores to positive examples than to negative examples, with values closer to 1 indicating stronger discrimination and values near 0.5 indicating little ranking ability.
Area Under a Curve. An industry-standard metric to evaluate the quality of a binary classification machine learning model. AUC measures the ability of the model to predict a higher score for positive examples than for negative examples. The AUC metric returns a decimal value from 0 to 1. AUC values near 1 indicate an ML model that's highly accurate.
A side-by-side comparison of F1 Score and Area Under the ROC Curve. Understand how a threshold-dependent balance of precision and recall differs from ranking discrimination across thresholds.
A side-by-side comparison of Area Under the ROC Curve and Area Under the PR Curve. Understand how ranking discrimination differs from precision-recall performance across thresholds.