Predict on an H2O Model
h2o.predict(object, newdata, ...)
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. |
Returns an H2OFrame object with probabilites and default predictions.