1
0
Fork 0

change in pcalr

This commit is contained in:
Alejandro Moreo Fernandez 2021-06-11 10:59:35 +02:00
parent 2586e6ed7d
commit 2e842a1d1f
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class PCALR(BaseEstimator):
self.pca = TruncatedSVD(self.n_components).fit(X, y)
self.classes_ = self.learner.classes_
return self
def predict(self, X):
# X = self.transform(X)