h2o.getLambdaMin {h2o} | R Documentation |
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.
Description
This function allows setting betas of an existing glm model.
Usage
h2o.getLambdaMin(model)
Arguments
model |
an H2OModel corresponding from a |
[Package h2o version 3.44.0.3 Index]