Obtains predictions from an AutoML object.
Usage
# S3 method for class 'H2OAutoML'
predict(object, newdata, ...)
# S3 method for class 'H2OAutoML'
h2o.predict(object, newdata, ...)Arguments
- object
a fitted H2OAutoML object for which prediction is desired
- newdata
An H2OFrame object in which to look for variables with which to predict.
- ...
additional arguments to pass on.