-
Notifications
You must be signed in to change notification settings - Fork 32
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
Investigate the discrepancy in default hyperparams compared to LightGBM #32
Comments
As @NicolasHug noted, our |
You mean sklearn? LightGBM is doing something very weird with |
@NicolasHug I think you used the wrong parameter name in that code. |
Indeed. It's actually the pygbm handling of |
Possible culprits:
shrinkage
/learning_rate
min_samples_leaf
min_child_samples
See details in #30 (comment).
The text was updated successfully, but these errors were encountered: