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

Make common XGBoost parameters in agreement #8377

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

Make common XGBoost parameters in agreement #8377

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

Comments

@exalate-issue-sync
Copy link

Since XGBoost has two names for certain parameters (such as eta and learn_rate), if the user updates only one it becomes confusing which value was actually used.

In the example below, it is confusing if learn rate of 0.1 was used or learn rate of 0.3.

{code:R}

xgboost@allparameters$learn_rate
[1] 0.1
xgboost@allparameters$eta
[1] 0.3
{code}

Could we update the parameters of XGBoost so that the values are the same for parameters that are referring to the same thing?

@exalate-issue-sync
Copy link
Author

Jan Sterba commented: this was already done one way, implemented the sync also the other way

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Migration Info

Jira Issue: PUBDEV-7258
Assignee: Jan Sterba
Reporter: Megan Kurka
State: Closed
Fix Version: 3.28.0.3
Attachments: N/A
Development PRs: Available

Linked PRs from JIRA

#4280
#4283

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