get_h2o_predictions: get_h2o_predictions

Description Usage Arguments

View source: R/h2o_mdls.R

Description

Function to return predictions from an h2o model to a local r object

Usage

1
get_h2o_predictions(mdl, newdata = NULL, xval = FALSE)

Arguments

mdl

An h2o model object to predict from

newdata

A new data set to make predictions on. Defaults to NULL

xval

Do you want to extract the out of fold predictions? Defaults to FALSE. Note: keep_cross_validation_predictions must equal TRUE in the model object


gm209/gmtools documentation built on May 22, 2019, 2:39 p.m.