-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DEBUG allow up to 65536 bins in HGBT #28638
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
Closed
lorentzenchr
wants to merge
12
commits into
scikit-learn:main
from
lorentzenchr:debug_hgbt_variable_bins
Closed
DEBUG allow up to 65536 bins in HGBT #28638
lorentzenchr
wants to merge
12
commits into
scikit-learn:main
from
lorentzenchr:debug_hgbt_variable_bins
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* no unused bins anymore * missing_values_bin_idx is removed or replaced by n_bins_non_missing
1aed35d
to
2d37782
Compare
2d37782
to
ccd8f92
Compare
8ee9ec9
to
257c075
Compare
From the windows log of the first failing build (the one without
Maybe this is a case of cython/cython#6052 ? |
c69cd9c
to
b56f69c
Compare
Finding: Cython 3.0.10 seems to fix the problematic windows MSVC build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reference Issues/PRs
Debug PR for #28603.
For debugging https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=65063&view=logs&j=84d10a00-2692-50a3-2b29-4c80601878c4 on Windows pymin_conda_forge_mkl which fails in the Install step with
As CI is green until and including
ENH add Bitsets extension type
, also with Cython 3.0.9 alone. So the Windows error comes fromENH add BinnedData extension type for mixed uint8 uint16 data
.