-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
MAINT Create a private extension for sorting utilities #22760
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
MAINT Create a private extension for sorting utilities #22760
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.
Thank you for the PR!
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
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
What does this implement/fix? Explain your changes.
Various sorting functions are present at various places within scikit-learn.
This PR proposes grouping them in a private submodule, paving the way to a centralised definition of low-level sorting routines relying on
std::algorithm
.Any other comments?
Sorting algorithms from
sklearn.tree._splitter.pyx
will also be moved here.CC @thomasjpfan