h2o.getGLMFullRegularizationPath: Extract full regularization path from a GLM model
Description
Extract the full regularization path from a GLM model (assuming it was run with the lambda search option).
Usage
h2o.getGLMFullRegularizationPath(model)
Arguments
- model
an H2OModel corresponding from a h2o.glm
call.