-
Notifications
You must be signed in to change notification settings - Fork 623
Add cuml.accel support for StandardScaler #7766
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
Merged
rapids-bot
merged 30 commits into
rapidsai:main
from
csadorf:add-cuml.accel-support-for-standardscaler
Feb 10, 2026
Merged
Changes from 21 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
71142e8
Support StandardScaler in cuml.accel.
csadorf 215505d
partial_fit is not supported
csadorf 2f448a1
fixup n_sample_seen sync to cpu
csadorf 960d9f9
Fix error message
csadorf 9fa8622
do not support complext input data
csadorf 35dd633
Do not support object dtype
csadorf 308b5e2
xfail check_transformer_data_not_an_array test
csadorf 1c39bb6
Document support and limitations.
csadorf a1065d9
convert n_samples_seen_ when synced from cpu
csadorf e0ad693
document lack of support for sample_weight argument
csadorf a3944a7
update xfail list
csadorf c78da5e
address sklearn upstream failures
csadorf 944b631
remove passing tests from xfail list
csadorf 71613fb
more precise handling of sparse matrix related limitations
csadorf 6e5b8c8
refactor preprocessing.py to deduplicate
csadorf 3a8ae02
Merge remote-tracking branch 'origin/main' into add-cuml.accel-suppor…
csadorf f32090e
be more precise about detection and conversion of list-like inputs
csadorf 10f6821
Handle sample_weight parameter
csadorf 661012b
Do not sync for get_feature_names_out
csadorf 5ce80ca
Merge remote-tracking branch 'origin/main' into add-cuml.accel-suppor…
csadorf e7a52e4
fall back for float16
csadorf 4884e3e
fine-tune support matrix and limitation docs
csadorf 51bc0fd
Merge remote-tracking branch 'origin/main' into add-cuml.accel-suppor…
csadorf b0542c1
fixup xfail list version conditions
csadorf 13869b0
Merge branch 'main' into add-cuml.accel-support-for-standardscaler
csadorf 68db908
Restore erroneously removed entries from xfail list.
csadorf b8635bc
use scikit-learn approach for is-array-like check
csadorf c14de81
simplify sample_weight kwargs handling
csadorf f58ad9a
Merge remote-tracking branch 'origin/main' into add-cuml.accel-suppor…
csadorf 2740a65
Revert change to xfail list from b8635bc83076c45c07631862dbd5d5c147e5…
csadorf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.