-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
[MRG+1] fix biclustering API #9053
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
doc/whats_new.rst
Outdated
@@ -405,6 +405,10 @@ API changes summary | |||
has been renamed to ``n_components`` and will be removed in version 0.21. | |||
:issue:`8922` by :user:Attractadore | |||
|
|||
- :class:`cluster.bicluster.SpectralCoClustering` and | |||
:class:`cluster.bicluster.SpectralBiclustering` now accept ``y`` in fit | |||
and return ``self``. :issue:`6126` by `Andreas Müller`_. |
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 PR has nothing about returning self
.
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.
indeed. Besides LGTM
don't mention returning self in whatsnew as that's already fixed in master
7d61b56
to
c4fa5d7
Compare
@vene removed and restricted scope of the PR |
LGTM. +1 for merge |
thanks @amueller |
@amueller could the scope of this pr have been any more restricted? 😛 |
don't mention returning self in whatsnew as that's already fixed in master
don't mention returning self in whatsnew as that's already fixed in master
don't mention returning self in whatsnew as that's already fixed in master
don't mention returning self in whatsnew as that's already fixed in master
don't mention returning self in whatsnew as that's already fixed in master
don't mention returning self in whatsnew as that's already fixed in master
don't mention returning self in whatsnew as that's already fixed in master
don't mention returning self in whatsnew as that's already fixed in master
Fixes #6126
Replaces and closes #6141.