Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description of cold_start parameter to GLM booklet/user guide. #7913

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 1 comment
Closed
Assignees

Comments

@exalate-issue-sync
Copy link

A new parameter is added to the glm algo. It is cold_start. Please add the following description of the parameter to the GLM booklet and user guide:

The new parameter cold_start is only applicable when building a GLM model with multiple alpha/lambda values. If false and for a fixed alpha value, the next model with the next lambda value out of the lambda array will be built using coefficients and the GLM state values of the current model. If true, the next GLM model will be built from scratch. The default value is false.

Feel free to make any changes to what it is shown here.

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Migration Info

Jira Issue: PUBDEV-7726
Assignee: hannah.tillman
Reporter: Wendy
State: Resolved
Fix Version: 3.30.1.2
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#4856

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants