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

Description Usage Arguments

View source: R/gainsLiftResponse.R

Description

Functions for plotting cumulative gains, lift and response charts

Usage

1
2
lift4gains(H2OAutoML_object, response_ref = NULL,
save_pngs = F, 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.

explain

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


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