Machine Learning with caret in R
Zach Mayer
Data Scientist at DataRobot and co-author of caret
bwplot(resamps, metric = "ROC")

dotplot(resamps, metric = "ROC")

densityplot(resamps, metric = "ROC")

xyplot(resamps, metric = "ROC")

dotplot(lots_of_models, metric = "ROC")

Machine Learning with caret in R