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

Skip to content

Commit 98a826b

Browse files
authored
DOC spectral biclustering: corrected contradiction of 8000 warning and documentation for parameter method (#24098)
1 parent a3886e5 commit 98a826b

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