roc_curves: Functions for plotting roc curves

Description Usage Arguments

View source: R/roc_curves.R

Description

Functions for plotting roc curves

Usage

1
roc_curves(H2OAutoML_object, plot = T, best = F, save_png = F,test_data,n_models = 5)

Arguments

H2OAutoML_object

An object containing multiple models trained in H2O.

plot

(Optional) Whether to plot the output. Default is TRUE.

best

(Optional) If set to TRUE, the function returns only the best model.

save_png

(Optional) Whether to save a .png with ggsave(). Default is FALSE.

test_data

The test data set.

n_models

(Optional) The number of trained models to include.


PeerChristensen/autoMLviz documentation built on Sept. 16, 2019, 1:19 p.m.