h2o.predict | R Documentation |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.