precision_plot: precision_plot

Description Usage Arguments

View source: R/precision.R

Description

Returns a ggplot2 plot object containing an precision @ percentile plot

Usage

1
precision_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.


ambiata/classifierplots documentation built on Oct. 15, 2020, 10:32 p.m.