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

Monotone constraints in GBM can cause issues with reproducing the model #7403

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

Comments

@exalate-issue-sync
Copy link

If a dataset has highly correlated columns and monotonicity constraints are used on one of them, independent attempts to build the same model with identical parameters can lead to slightly different models. This is caused by non-determinism in histogram building - this non-determinism is compensated for split points but monotone constraints are not leveraging the same mechanism.

The solution is to avoid any non-determinism when monotone constraints are used.

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Details

Jira Issue: PUBDEV-8250
Assignee: Michal Kurka
Reporter: Michal Kurka
State: Resolved
Fix Version: 3.32.1.5
Attachments: N/A
Development PRs: Available

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

Linked PRs from JIRA

#5586
#5602

@h2o-ops h2o-ops closed this as completed May 14, 2023
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