Extract the full regularization path from a GLM model (assuming it was run with the lambda search option).

h2o.getGLMFullRegularizationPath(model)

Arguments

model

an H2OModel corresponding from a h2o.glm call.