Skip to content

Commit 3925eef

Browse files
authored
MAINT: drop predict from PCA spmd (#1802)
1 parent 9ae3309 commit 3925eef

File tree

1 file changed

+0
-4
lines changed
  • onedal/spmd/decomposition

1 file changed

+0
-4
lines changed

onedal/spmd/decomposition/pca.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,3 @@ class PCA(BaseEstimatorSPMD, PCABatch):
2424
@support_usm_ndarray()
2525
def fit(self, X, y=None, queue=None):
2626
return super().fit(X, queue=queue)
27-
28-
@support_usm_ndarray()
29-
def predict(self, X, queue=None):
30-
return super().predict(X, queue=queue)

0 commit comments

Comments
 (0)