classifierplots_folder {classifierplots} | R Documentation |
Produce a suit of classifier diagnostic plots, saving to disk.
classifierplots_folder(test.y, pred.prob, folder, height = 5, width = 5)
test.y |
List of know labels on the test set |
pred.prob |
List of probability predictions on the test set |
folder |
Directory to save plots into |
height |
height of separately saved plots |
width |
width of separately saved plots |