predict.H2OAutoML | R Documentation |
Obtains predictions from an AutoML object.
## S3 method for class 'H2OAutoML'
predict(object, newdata, ...)
## S3 method for class 'H2OAutoML'
h2o.predict(object, newdata, ...)
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. |
This method generated predictions on the leader model from an AutoML run. The order of the rows in the results is the same as the order in which the data was loaded, even if some rows fail (for example, due to missing values or unseen factor levels).
Returns an H2OFrame object with probabilites and default predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.