-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[c++][fix] Support Quantized Training with Categorical Features on CPU #6301
Conversation
I believe a PR can only have one of the labels recognized by this project's |
…truction with 8 inner bits
@jameslamb Thanks for the correction. |
@guolinke Could you help to review this when you have time? Thanks. |
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.
this is from hpp file?
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.
Yes, it is separated to avoid too large obj file, which causes the failure of this job.
https://dev.azure.com/lightgbm-ci/lightgbm-ci/_build/results?buildId=15803&view=logs&j=1f4df553-f999-5fff-c6fe-71123c872ae2
This is to partially fix #6257. Currently quantized training is not supported with categorical features. This PR add the support on CPUs.