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

@ -33,6 +33,7 @@ class PCALR(BaseEstimator):
self.classes_ = self.learner.classes_
return self
def predict(self, X):
# X = self.transform(X)
return self.learner.predict(X)