-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathbasic_stats.json
More file actions
31 lines (31 loc) · 1.01 KB
/
basic_stats.json
File metadata and controls
31 lines (31 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"INCLUDE": ["../../common/sklearn.json", "large_scale.json"],
"PARAMETERS_SETS": {
"spmd basicstats parameters": {
"algorithm": {
"estimator": "BasicStatistics",
"estimator_methods": { "training": "fit" },
"sklearnex_context": { "use_raw_input": true }
},
"data": {
"split_kwargs": { "test_size": 0.0001 }
}
},
"synthetic data": {
"data": [
{ "source": "make_blobs", "generation_kwargs": { "n_samples": 100000000, "n_features": 10, "centers": 1 } },
{ "source": "make_blobs", "generation_kwargs": { "n_samples": 1000000, "n_features": 1000, "centers": 1 } }
]
}
},
"TEMPLATES": {
"basicstats": {
"SETS": [
"sklearnex spmd implementation",
"large scale 2k parameters",
"synthetic data",
"spmd basicstats parameters"
]
}
}
}