classifierplots {classifierplots} | R Documentation |
classifierplots
or classifierplots_folder
.The main functions you want are classifierplots
or classifierplots_folder
.
Produce a suit of classifier diagnostic plots
classifierplots(test.y, pred.prob)
test.y |
List of know labels on the test set |
pred.prob |
List of probability predictions on the test set |
## Not run:
classifierplots(example_predictions$test.y, example_predictions$pred.prob)
## End(Not run)