Skip to content

Commit 87b6fa6

Browse files
basic stat single
1 parent b7d962e commit 87b6fa6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"INCLUDE": ["../../common/sklearn.json", "../../spmd/stats_covariance.json", "large_scale.json"],
3+
"PARAMETERS_SETS": {
4+
"spmd basicstats parameters": {
5+
"algorithm": {
6+
"estimator": "BasicStatistics",
7+
"estimator_methods": { "training": "fit" }
8+
},
9+
"data": {
10+
"split_kwargs": { "test_size": 0.0001 }
11+
}
12+
},
13+
"synthetic data": {
14+
"data": [
15+
{ "source": "make_blobs", "generation_kwargs": { "n_samples": 10000000, "n_features": 10, "centers": 1 } },
16+
{ "source": "make_blobs", "generation_kwargs": { "n_samples": 100000, "n_features": 1000, "centers": 1 } }
17+
]
18+
}
19+
},
20+
"TEMPLATES": {
21+
"basicstats": {
22+
"SETS": [
23+
"sklearnex spmd implementation",
24+
"large scale one node parameters",
25+
"synthetic data",
26+
"spmd basicstats parameters"
27+
]
28+
}
29+
}
30+
}

0 commit comments

Comments
 (0)