h2o.predict function

Predict on an H2O Model

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.

Returns

Returns an H2OFrame object with probabilites and default predictions.

  • Maintainer: Tomas Fryda
  • License: Apache License (== 2.0)
  • Last published: 2024-01-11