-
-
Notifications
You must be signed in to change notification settings - Fork 25.5k
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
[MRG+1] Rearrange modules in alphabetical order #9449
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.
the issue was about modules, not classes. For example discriminant_analysis is between k and l.
Some or all of these changes may be helpful but were not the point.
Ok, got it. Should I retain or revert old change? |
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.
I think this is good, even if it's not what it says it is.
There are a couple of places where using alphabetical order obscures the key classes, notably neighbors
and perhaps gaussian_process.kernels
. But I figure that the key classes can be found in the narrative docs.
LGTM
@jnothman This PR is ready for review. |
Checked the table of contents at http://scikit-learn.org/circle?12466/modules/classes.html. LGTM. |
Ok, thank you. |
Thanks @bmanohar16 |
Reference Issue
Fixes #9448
What does this implement/fix? Explain your changes.
Rearranges modules in alphabetical order in classes.rst