h2o.predict {h2o} | R Documentation |
Predict on an H2O Model
Description
Predict on an H2O Model
Usage
h2o.predict(object, newdata, ...)
Arguments
object |
a fitted model 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. |
Value
Returns an H2OFrame object with probabilites and default predictions.
[Package h2o version 3.44.0.3 Index]