-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathforest_no_max_samples.json
More file actions
27 lines (27 loc) · 991 Bytes
/
forest_no_max_samples.json
File metadata and controls
27 lines (27 loc) · 991 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
{
"INCLUDE": ["../../common/sklearn.json", "large_scale.json"],
"PARAMETERS_SETS": {
"spmd forest classification parameters": {
"algorithm": {
"estimator": "RandomForestClassifier",
"estimator_params": { "n_estimators": 100, "max_depth": 7 },
"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 }, "n_informative": "[SPECIAL_VALUE]0.5" }
]
}
},
"TEMPLATES": {
"forestCls": {
"SETS": [
"sklearnex spmd implementation",
"large scale 2k parameters",
"synthetic data",
"spmd forest classification parameters"
]
}
}
}