-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DEBUG hgbt variable bins #28603 #28621
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
DEBUG hgbt variable bins #28603 #28621
Conversation
* no unused bins anymore * missing_values_bin_idx is removed or replaced by n_bins_non_missing
2d34f19
to
a7c5c52
Compare
a7c5c52
to
490763a
Compare
This reverts commit 490763a.
Resolution: It is not 100% clear. In the |
Reference Issues/PRs
This PR debugs #28603 which is needed for errors on 32bit platforms (CI).
Bug description
This PR confirms that there is bug already with the commits until 9785084 for Linux_Docker debian_atlas_32bit, see CI run https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=64959&view=logs&j=aabdcdc3-bb64-5414-b357-ed024fe8659e&t=b7b3ba55-d585-563b-a032-f235636c22b0 or https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=65028&view=logs&j=aabdcdc3-bb64-5414-b357-ed024fe8659e:
Very oddly, with the DEBUG commit 490763a, that only adds print statements (also in Cython), 3 CI runs in a row are all green (https://github.com/scikit-learn/scikit-learn/runs/22647313519, https://github.com/scikit-learn/scikit-learn/runs/22657509017, https://github.com/scikit-learn/scikit-learn/pull/28621/checks?check_run_id=22662390708)