automl_predict_impl: Bridge prediction Function for H2O AutoML Models

Description Usage Arguments Value

View source: R/parsnip-automl.R

Description

Bridge prediction Function for H2O AutoML Models

Usage

1
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.


modeltime.h2o documentation built on April 5, 2021, 5:07 p.m.