-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Added Document refernce to spectral coclustering #29606
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
base: main
Are you sure you want to change the base?
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.
I would also add this example to the user guide here: https://github.com/scikit-learn/scikit-learn/blob/main/doc/modules/biclustering.rst?plain=1#L89
@@ -316,6 +316,9 @@ class SpectralCoclustering(BaseSpectral): | |||
array([0, 0], dtype=int32) | |||
>>> clustering | |||
SpectralCoclustering(n_clusters=2, random_state=0) | |||
|
|||
For a more detailed example, see |
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.
This looks good but can you correct the indentation?
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Add a documentation reference to spectral Coclustering
Any other comments?