automl_fit_impl: H2O AutoML Modeling Function (Bridge)
Description
H2O AutoML Modeling Function (Bridge)
Usage
automl_fit_impl(x, y, ...)
Arguments
x
A dataframe of xreg (exogenous regressors)
y
A numeric vector of values to fit
...
Additional arguments passed to h2o.automl()
.
Value
A fitted model with class automl_fit_impl
and modeltime_bridge
.