-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathforest_max_samples.json
More file actions
28 lines (28 loc) · 1012 Bytes
/
forest_max_samples.json
File metadata and controls
28 lines (28 loc) · 1012 Bytes
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
{
"INCLUDE": ["../../common/sklearn.json", "large_scale.json"],
"PARAMETERS_SETS": {
"spmd forest classification parameters": {
"algorithm": {
"estimator": "RandomForestClassifier",
"estimator_methods": { "training": "fit" },
"estimator_params": { "n_estimators": 20, "max_depth": 10 },
"sklearnex_context": { "use_raw_input": true }
}
},
"synthetic data": {
"data": [
{ "source": "make_classification", "split_kwargs": { "train_size": 1000000, "test_size": 1000 }, "generation_kwargs": { "n_samples": 1001000, "n_features": 100, "n_classes": 2 } }
]
}
},
"TEMPLATES": {
"forestCls": {
"SETS": [
"sklearnex spmd implementation",
"large scale 32 parameters",
"synthetic data",
"spmd forest classification parameters"
]
}
}
}