在 R 中使用 caret 的机器学习
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")

在 R 中使用 caret 的机器学习