Rdocumentation
powered by
Learn R Programming
h2o (version 3.8.3.3)
h2o.getGLMFullRegularizationPath: Extract full regularization path from glm model (assuming it was run with lambda search option)
Description
Extract full regularization path from glm model (assuming it was run with lambda search option)
Usage
h2o.getGLMFullRegularizationPath(model)
Arguments
model
an H2OModel corresponding from a
h2o.glm
call.