Skip to content

Commit c47649a

Browse files
fix
1 parent 5592d31 commit c47649a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/spmd/large_scale/spmd_for_online.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
}
7676
]
7777
},
78-
"decomposition": {
78+
"pca": {
7979
"algorithm": [
8080
{
8181
"estimator": "PCA",
8282
"library": "sklearnex.spmd",
83-
"estimator_methods": {"training": "fit"}
83+
"estimator_methods": {"training": "fit", "inference": ""}
8484
}
8585
]
8686
}
@@ -91,6 +91,6 @@
9191
"linear_regression": {
9292
"SETS": ["linear_regression", "linear_regression data", "sklearnex spmd implementation", "large scale full one node parameters"]
9393
},
94-
"pca": {"SETS": ["decomposition", "pca data", "sklearnex spmd implementation", "large scale full one node parameters"]}
94+
"pca": {"SETS": ["pca", "pca data", "sklearnex spmd implementation", "large scale full one node parameters"]}
9595
}
9696
}

0 commit comments

Comments
 (0)