We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9104808 commit 1c85487Copy full SHA for 1c85487
aeon/clustering/compose/_pipeline.py
@@ -86,7 +86,7 @@ def __init__(self, transformers, clusterer, random_state=None):
86
)
87
88
def _fit(self, X, y=None):
89
- return super()._fit(X, y)
+ super()._fit(X, y)
90
self.labels_ = self.clusterer.labels_
91
return self
92
0 commit comments