DOC Added reference to documentation for SpectralBiclustering class#28999
Closed
feraidon99 wants to merge 1 commit intoscikit-learn:mainfrom
Closed
DOC Added reference to documentation for SpectralBiclustering class#28999feraidon99 wants to merge 1 commit intoscikit-learn:mainfrom
feraidon99 wants to merge 1 commit intoscikit-learn:mainfrom
Conversation
tuhinsharma121
approved these changes
May 11, 2024
adrinjalali
reviewed
May 13, 2024
Comment on lines
+376
to
+377
| In order to learn more about the SpectralBiclustering class go to: | ||
| :ref:`sphx_glr_auto_examples_bicluster_plot_spectral_biclustering.py` |
Member
There was a problem hiding this comment.
Suggested change
| In order to learn more about the SpectralBiclustering class go to: | |
| :ref:`sphx_glr_auto_examples_bicluster_plot_spectral_biclustering.py` | |
| For a more detailed example, see | |
| :ref:`sphx_glr_auto_examples_bicluster_plot_spectral_biclustering.py` |
This also needs to be moved to the Examples section bellow.
Member
|
@feraidon99 would you like to continue working on this PR? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference Issues/PRs
Add links to examples from the docstrings and user guides #26927
What does this implement/fix? Explain your changes.
Added a reference to the documentation in example/bicluster/plot_spectral_biclustering.py for the SpectralBiclustering class.
Any other comments?
This is a pull request done for the course TDDE51 group 6