-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
MNT Deprecate X_idx_sorted in tree module #17614
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
MNT Deprecate X_idx_sorted in tree module #17614
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good. Could you add an entry in what's new?
Thanks @glemaitre for the review! I have already committed the suggested changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR @alfaro96 !
Thank you for the review @thomasjpfan! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Reference Issues/PRs
Closes #16818.
Related with #14907.
What does this implement/fix? Explain your changes.
With the deprecation of the
presort
hyper-parameter, the use of theX_idx_sorted
in thefit
method has no longer effect.This PR
X_idx_sorted
from theensemble
andtree
module and deprecates from public API.