-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
ENH Add dtype preservation to FeatureAgglomeration #24346
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
base: main
Are you sure you want to change the base?
ENH Add dtype preservation to FeatureAgglomeration #24346
Conversation
test_feature_agglomeration_numerical_consistency
Thanks for the PR @IvanLauLinTiong ! looks good. I just removed one of the tests because it will be covered by a common test. |
test_feature_agglomeration_numerical_consistency
@jeremiedbb In this case, we don't modify the tree builder algorithm to perform the 32 bits operations? |
Okay thanks |
@glemaitre @jeremiedbb |
@glemaitre @jeremiedbb |
Hi @jeremiedbb, could you advise me if there's any mistakes/or improvement that I still need to do for this PR? I'm happy to learn from mistakes and work more on this if there's a room for improvement. |
I discussed the problem with @ogrisel IRL. We agreed that we should also make sure that It means that we need to check that every algorithms in |
Converting into draft until it is ready to be reviewed. |
Okay noted. |
Hi @IvanLauLinTiong, are you still working on this PR? |
Reference Issues/PRs
In scope of #11000
What does this implement/fix? Explain your changes.
Implement dtype preservation to FeatureAgglomeration and its relevant tests
Any other comments?