recall_plot {classifierplots} | R Documentation |
recall_plot
Description
Returns a ggplot2 plot object containing an sensitivity @ percentile plot
Usage
recall_plot(test.y, pred.prob, granularity = 0.02, show_numbers = T)
Arguments
test.y |
List of know labels on the test set |
pred.prob |
List of probability predictions on the test set |
granularity |
Default 0.02, probability step between points in plot. |
show_numbers |
Show numbers at deciles T/F default T. |
[Package classifierplots version 1.4.0 Index]