Area under the curve (AUC)
Machine Learning with caret in R
Zach Mayer
Data Scientist at DataRobot and co-author of caret
From ROC to AUC
Defining AUC
Single-number summary of model accuracy
Summarizes performance across all thresholds
Rank different models within the same dataset
Defining AUC
Ranges from 0 to 1
0.5 = random guessing
1 = model always right
0 = model always wrong
Rule of thumb: AUC as a letter grade
0.9 = "A"
0.8 = "B"
...
Let's practice!
Machine Learning with caret in R
Preparing Video For Download...