We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9677d6 commit 8ebb614Copy full SHA for 8ebb614
sklearn/decomposition/_base.py
@@ -77,7 +77,7 @@ def get_precision(self):
77
return precision
78
79
@abstractmethod
80
- def fit(X, y=None):
+ def fit(self, X, y=None):
81
"""Placeholder for fit. Subclasses should implement this method!
82
83
Fit the model with X.
0 commit comments