-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC add link for NearestCentroid example #28984
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
DOC add link for NearestCentroid example #28984
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.
Thanks for the PR.
For sample usage of NearestCentroid, refer to | ||
:ref:`sphx_glr_auto_examples_neighbors_plot_nearest_centroid.py` |
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.
For sample usage of NearestCentroid, refer to | |
:ref:`sphx_glr_auto_examples_neighbors_plot_nearest_centroid.py` | |
For a more detailed example see: | |
:ref:`sphx_glr_auto_examples_neighbors_plot_nearest_centroid.py` |
also needs to be moved to the Examples
section bellow.
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 review, hoping it looks better now!
Reference Issues/PRs
#26927
What does this implement/fix? Explain your changes.
This PR adds a link to
plot_nearest_centroid.py
in_nearest_centroid.py
for theNearestCentroid
class.