-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathforest_strong.json
More file actions
28 lines (28 loc) · 1015 Bytes
/
forest_strong.json
File metadata and controls
28 lines (28 loc) · 1015 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": 100, "max_depth": 8 },
"sklearnex_context": {"use_raw_input": true}
}
},
"synthetic data": {
"data": [
{ "source": "make_classification", "split_kwargs": { "train_size": 20000, "test_size": 1000 }, "generation_kwargs": { "n_samples": 21000, "n_features": 200, "n_classes": 2 } }
]
}
},
"TEMPLATES": {
"forestCls": {
"SETS": [
"sklearnex spmd implementation",
"large scale strong <=64 parameters",
"synthetic data",
"spmd forest classification parameters"
]
}
}
}