-
Notifications
You must be signed in to change notification settings - Fork 942
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
Deprecate dataframe protocol #17736
Merged
rapids-bot
merged 2 commits into
rapidsai:branch-25.02
from
vyasr:deprecate/dataframe_protocol
Jan 15, 2025
Merged
Deprecate dataframe protocol #17736
rapids-bot
merged 2 commits into
rapidsai:branch-25.02
from
vyasr:deprecate/dataframe_protocol
Jan 15, 2025
Conversation
This file contains 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
Matt711
reviewed
Jan 14, 2025
Matt711
approved these changes
Jan 15, 2025
galipremsagar
approved these changes
Jan 15, 2025
/merge |
raydouglass
pushed a commit
to rapidsai/cuml
that referenced
this pull request
Jan 21, 2025
Currently CI is failing due to rapidsai/cudf#17736. The `__dataframe__` protocol appears to be used internally by scikit-learn: https://github.com/scikit-learn/scikit-learn/blob/311bf6badd74bb69081eb90e2643f15706d3473c/sklearn/utils/validation.py#L389 Errors look like: ``` FAILED test_metrics.py::test_sklearn_search - FutureWarning: Using `__dataframe__` is deprecated ``` This PR ignores the `FutureWarning` to allow CI to pass. --------- Co-authored-by: Dante Gama Dessavre <danteg@nvidia.com>
rapids-bot bot
pushed a commit
that referenced
this pull request
Feb 6, 2025
Follow-up to #17736 Authors: - Vyas Ramasubramani (https://github.com/vyasr) - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Matthew Roeschke (https://github.com/mroeschke) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #17909
The final removal was #17909 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
improvement
Improvement / enhancement to an existing function
non-breaking
Non-breaking change
Python
Affects Python cuDF API.
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.
Description
Resolves #17403
Checklist