classifierplots: The main functions you want are 'classifierplots' or...

Description Usage Arguments Details Examples

View source: R/classifier_plots.R

Description

The main functions you want are classifierplots or classifierplots_folder.

Produce a suit of classifier diagnostic plots

Usage

1
classifierplots(test.y, pred.prob)

Arguments

test.y

List of know labels on the test set

pred.prob

List of probability predictions on the test set

Details

example.png

Examples

1
2
3
4
## Not run: 
 classifierplots(example_predictions$test.y, example_predictions$pred.prob)

## End(Not run)

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