h2o.makeGLMModel function

Set betas of an existing H2O GLM Model

Set betas of an existing H2O GLM Model

This function allows setting betas of an existing glm model.

h2o.makeGLMModel(model, beta)

Arguments

  • model: an H2OModel corresponding from a h2o.glm call.
  • beta: a new set of betas (a named vector)
  • Maintainer: Tomas Fryda
  • License: Apache License (== 2.0)
  • Last published: 2024-01-11