Machine Learning with caret in R
Zach Mayer
Data Scientist at DataRobot and co-author of caret
# Create ROC curve library(caTools) colAUC(p, test[["Class"]], plotROC = TRUE)