accuracy_plot: accuracy_plot

Description Usage Arguments

View source: R/individual_plots.R

Description

Returns a ggplot2 plot object containing an accuracy @ percentile plot

Usage

1
accuracy_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 values as numbers above the plot line


classifierplots documentation built on Jan. 13, 2021, 5:23 p.m.