Skip to content

Commit 5592d31

Browse files
spmd online
1 parent 698d884 commit 5592d31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configs/spmd/large_scale/spmd_for_online.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"algorithm": [
6262
{
6363
"estimator": "EmpiricalCovariance",
64-
"library": "sklearnex.spmd.covariance",
64+
"library": "sklearnex.spmd",
6565
"estimator_methods": {"training": "fit"}
6666
}
6767
]
@@ -70,16 +70,16 @@
7070
"algorithm": [
7171
{
7272
"estimator": "LinearRegression",
73-
"library": "sklearnex.spmd.linear_model",
73+
"library": "sklearnex.spmd",
7474
"estimator_methods": {"training": "fit"}
7575
}
7676
]
7777
},
78-
"pca": {
78+
"decomposition": {
7979
"algorithm": [
8080
{
8181
"estimator": "PCA",
82-
"library": "sklearnex.spmd.decomposition",
82+
"library": "sklearnex.spmd",
8383
"estimator_methods": {"training": "fit"}
8484
}
8585
]
@@ -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": ["pca", "pca data", "sklearnex spmd implementation", "large scale full one node parameters"]}
94+
"pca": {"SETS": ["decomposition", "pca data", "sklearnex spmd implementation", "large scale full one node parameters"]}
9595
}
9696
}

0 commit comments

Comments
 (0)