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

Running regression example error #6

Closed
recherHE opened this issue Mar 29, 2021 · 1 comment
Closed

Running regression example error #6

recherHE opened this issue Mar 29, 2021 · 1 comment

Comments

@recherHE
Copy link

when I try to use hgboost for regression model ,there was a error:
_get_params() got multiple values for argument 'eval_metric',
at the begining,I think there are some error with my script,The same problem occurs when running the example follow:
https://erdogant.github.io/hgboost/pages/html/Examples.html#xgboost-reg

@erdogant
Copy link
Owner

Thank you for pointing this out!
I fixed the bug and released a new version.

Update with:

pip install -U hgboost
Check the version, should be >= 0.1.10

import hgboost
print(hgboost.__version__)

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

No branches or pull requests

2 participants