Learn R Programming

modeltime.h2o (version 0.1.1)

automl_predict_impl: Bridge prediction Function for H2O AutoML Models

Description

Bridge prediction Function for H2O AutoML Models

Usage

automl_predict_impl(object, new_data, ...)

Arguments

object

An object of class model_fit

new_data

A rectangular data object, such as a data frame.

...

Additional arguments passed to h2o::h2o.predict()

Value

A vector of values (predictions) with class numeric.