10000 DOC spectral biclustering: corrected contradiction of warning and doc… · glemaitre/scikit-learn@d226ece · GitHub
[go: up one dir, main page]

Skip to content

Commit d226ece

Browse files
Maaschaglemaitre
authored andcommitted
DOC spectral biclustering: corrected contradiction of warning and documentation for parameter method (scikit-learn#24098)
1 parent 9aa0fa8 commit d226ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/cluster/_bicluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ class SpectralBiclustering(BaseSpectral):
385385
default is 'bistochastic'.
386386
387387
.. warning::
388-
if `method='log'`, the data must be sparse.
388+
if `method='log'`, the data must not be sparse.
389389
390390
n_components : int, default=6
391391
Number of singular vectors to check.

0 commit comments

Comments
 (0)
0