classifierplots_folder: classifierplots_folder

Description Usage Arguments

View source: R/classifier_plots.R

Description

Produce a suit of classifier diagnostic plots, saving to disk.

Usage

1
classifierplots_folder(test.y, pred.prob, folder, height = 5, width = 5)

Arguments

test.y

List of know labels on the test set

pred.prob

List of probability predictions on the test set

folder

Directory to save plots into

height

height of separately saved plots

width

width of separately saved plots


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