classifierplots {classifierplots}R Documentation

The main functions you want are classifierplots or classifierplots_folder.

Description

The main functions you want are classifierplots or classifierplots_folder.

Produce a suit of classifier diagnostic plots

Usage

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

## Not run: 
 classifierplots(example_predictions$test.y, example_predictions$pred.prob)

## End(Not run)

[Package classifierplots version 1.4.0 Index]