-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[fix] fix quantized training (fixes #5982) (fixes #5994) #6092
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Just one small suggestion about a missing doc element.
lightgbm.basic.LightGBMError: Check failed: (best_split_info.left_count) > (0) |
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
This is to fix bugs in the CPU version of quantized training. I just missed some code when merging from https://github.com/shiyu1994/LightGBM/tree/cdd3bbddb02559a9589095220c84c55b48dffac4, which causes serious bugs.
Sorry for merging the quantized training PR too hasty without a careful check.
I've tested and this PR should fix #5982 and #5994, and probably #5868 (which needs to be confirmed by the results from test_dask.py in ci jobs).