h2o.gains_lift_plot,H2OModelMetrics-method {h2o}R Documentation

Plot Gains/Lift curves

Description

Plot Gains/Lift curves

Usage

## S4 method for signature 'H2OModelMetrics'
h2o.gains_lift_plot(object, type = c("both", "gains", "lift"))

Arguments

object

H2OModelMetrics object

type

What curve to plot. One of "both", "gains", "lift".


[Package h2o version 3.44.0.3 Index]