Extract the minimum lambda value calculated during lambda search from glm model. Note that due to early stop, this minimum lambda value may not be used in the actual lambda search.
Source:R/glm.R
h2o.getLambdaMin.RdThis function allows setting betas of an existing glm model.
Arguments
- model
an H2OModel corresponding from a
h2o.glmcall.