lift4gains2: Functions for plotting cumulative gains, lift and response...

Description Usage Arguments

View source: R/lift4gains2.R

Description

Functions for plotting cumulative gains, lift and response charts

Usage

1
2
lift4gains2(H2OAutoML_object, response_ref = NULL, save_pngs = F,
n_models = 5,explain = F)

Arguments

H2OAutoML_object

An object containing multiple models trained in H2O.

response_ref

(Optional) You can include a reference line in the response chart by providing the rate of occurence of the target class, i.e. the proportion of the target class in the data.

save_pngs

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

n_models

(Optional) The number of trained models to include.

explain

(Optional) Whether to include a subtitle explaining the plots.


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