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 parameter lambda_min to GLM output parameter #7807

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 3 comments
Closed

Add parameter lambda_min to GLM output parameter #7807

exalate-issue-sync bot opened this issue May 11, 2023 · 3 comments

Comments

@exalate-issue-sync
Copy link

No description provided.

@exalate-issue-sync
Copy link
Author

Wendy commented: Customers were trying to build models using lambda_search. However, when they tried to build individual GLM model using the same lambda values used in lambda_search, they get back GLM coefficients that are slightly different. The reason is because unless they customers specify cold_start=True, models built using lambda_search is generated by warm start. This means that each model is built using information from the previous model. Hence, to ensure that models built with lambda_search and from individual GLM using the same set of lambda values are the same, set the GLM parameter cold_start=True.

In addition, customers are asking to be able to access the max and min lambda values calculated for lambda_search directly. I added them to modelOutput.

@exalate-issue-sync
Copy link
Author

Wendy commented: Also, add method to get lambda_best, lambda_min, lambda_max other than accessing the model parameters

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Migration Info

Jira Issue: PUBDEV-7835
Assignee: Wendy
Reporter: Wendy
State: Resolved
Fix Version: 3.32.0.2
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#5045

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

1 participant