From 3cc7e76ada714ecb5170277da502f42c988317a5 Mon Sep 17 00:00:00 2001 From: Maascha Date: Wed, 3 Aug 2022 14:37:03 +0200 Subject: [PATCH] DOC removed contradiction of warning and documentation --- sklearn/cluster/_bicluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/cluster/_bicluster.py b/sklearn/cluster/_bicluster.py index a360802009f2c..c8b46fa38c6d1 100644 --- a/sklearn/cluster/_bicluster.py +++ b/sklearn/cluster/_bicluster.py @@ -385,7 +385,7 @@ class SpectralBiclustering(BaseSpectral): default is 'bistochastic'. .. warning:: - if `method='log'`, the data must be sparse. + if `method='log'`, the data must not be sparse. n_components : int, default=6 Number of singular vectors to check.