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.
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.
This function allows setting betas of an existing glm model.
h2o.getLambdaMin(model)
Arguments
model: an H2OModel corresponding from a h2o.glm call.