Predict on an H2O Model

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.