8000 [MRG] MAINT: Return self for fit in Spectral Biclustering and CoClust… · paulha/scikit-learn@30c18c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30c18c9

Browse files
maniteja123paulha
authored andcommitted
[MRG] MAINT: Return self for fit in Spectral Biclustering and CoClustering (scikit-learn#7814)
1 parent 0284ed4 commit 30c18c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklearn/cluster/bicluster.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def fit(self, X):
121121
X = check_array(X, accept_sparse='csr', dtype=np.float64)
122122
self._check_parameters()
123123
self._fit(X)
124+
return self
124125

125126
def _svd(self, array, n_components, n_discard):
126127
"""Returns first `n_components` left and right singular

0 commit comments

Comments
 (0)
0