Skip to content

Commit

Permalink
MAINT: drop predict from PCA spmd (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanglaser authored Apr 17, 2024
1 parent 9ae3309 commit 3925eef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions onedal/spmd/decomposition/pca.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ class PCA(BaseEstimatorSPMD, PCABatch):
@support_usm_ndarray()
def fit(self, X, y=None, queue=None):
return super().fit(X, queue=queue)

@support_usm_ndarray()
def predict(self, X, queue=None):
return super().predict(X, queue=queue)

0 comments on commit 3925eef

Please sign in to comment.