object: A H2OBinomialUpliftMetrics or a H2OBinomialMetrics
train: Retrieve the training thresholds and metric scores table
valid: Retrieve the validation thresholds and metric scores table
xval: Retrieve the cross-validation thresholds and metric scores table (only for H2OBinomialMetrics )
Details
The table contains indices, thresholds, all cumulative uplift values and cumulative number of observations for uplift binomial models or thresholds and maximal metric values for binomial models. If "train" and "valid" parameters are FALSE (default), then the training table is returned. If more than one parameter is set to TRUE, then a named vector of tables is returned, where the names are "train", "valid".