density_plot {classifierplots} | R Documentation |
Returns a ggplot2 plot object containing a score density plot.
density_plot(test.y, pred.prob)
test.y |
List of know labels on the test set |
pred.prob |
List of probability predictions on the test set |