Skip to content

Commit

Permalink
[MRG] MAINT: Return self for fit in Spectral Biclustering and CoClust…
Browse files Browse the repository at this point in the history
  • Loading branch information
maniteja123 authored and maskani-moh committed Nov 15, 2017
1 parent 84052ff commit f2e3f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sklearn/cluster/bicluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def fit(self, X):
X = check_array(X, accept_sparse='csr', dtype=np.float64)
self._check_parameters()
self._fit(X)
return self

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

0 comments on commit f2e3f05

Please sign in to comment.