h2o (version 3.10.5.3)

h2o.makeGLMModel: Set betas of an existing H2O GLM Model

Description

This function allows setting betas of an existing glm model.

Usage

h2o.makeGLMModel(model, beta)

Arguments

model

an corresponding from a h2o.glm call.

beta

a new set of betas (a named vector)