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

View source: R/glm.R

h2o.makeGLMModelR Documentation

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 H2OModel corresponding from a h2o.glm call.

beta

a new set of betas (a named vector)


h2o documentation built on Aug. 9, 2023, 9:06 a.m.