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

Skip to content

Commit a98e373

Browse files
Maaschaglemaitre
authored andcommitted
DOC spectral biclustering: corrected contradiction of warning and documentation for parameter method (#24098)
1 parent 0a00d7b commit a98e373

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