-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC ensure SpectralClustering passes numpydoc validation and improve references #20987
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
Conversation
Documentation update: Remove the irrelevant reference, already used in the discretize function: - Multiclass spectral clustering, 2003 Stella X. Yu, Jianbo Shi Add two new references, proposing ARPACK, LOBPCG/AMG algorithms actually coded here: - Modern Preconditioned Eigensolvers for Spectral Image Segmentation and Graph Bisection, 2003 Andrew Knyazev https://bit.ly/3tmTR4k - Multiscale Spectral Graph Partitioning and Image Segmentation, 2006 Andrew Knyazev https://bit.ly/3toJU6i
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.
Similar changes should be done at the level of the class SpectralClustering
.
made changes proposed by the reviewer
minor error fixed
lint errors fix
@glemaitre I have made your requested changes. Could you please have another look? |
I made a push to create hyperlinks to the PDF and add references in the docstring parameters entry. Since I was modifying, I checked that the docstring was passing numpydoc validation. Now, looks good. I will check the rendering after that the CI documentation will be completed. |
Thanks @lobpcg Rendering looks good. Merging. |
Thanks @glemaitre |
…references (scikit-learn#20987) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
…references (#20987) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
…references (scikit-learn#20987) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
This PR implements the following changes:
SpectralClustering
follows numpydoc convention