[793d90]: / lib / demo_ca.json

Download this file

21 lines (18 with data), 1.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
{
"cascade": {
"random_state": 0,
"max_layers": 100,
"early_stopping_rounds": 1,
"n_classes": 2,
"estimators": [
{"n_folds":3,"type":"RandomForestClassifier","n_estimators":50,"max_depth":null,"n_jobs":-1},
{"n_folds":3,"type":"RandomForestClassifier","n_estimators":50,"max_depth":null,"n_jobs":-1},
{"n_folds":3,"type":"ExtraTreesClassifier","n_estimators":50,"max_depth":null,"n_jobs":-1,"max_features":1},
{"n_folds":3,"type":"ExtraTreesClassifier","n_estimators":50,"max_depth":null,"n_jobs":-1,"max_features":1},
{"n_folds":3,"type":"RandomForestClassifier","n_estimators":50,"max_depth":null,"n_jobs":-1},
{"n_folds":3,"type":"RandomForestClassifier","n_estimators":50,"max_depth":null,"n_jobs":-1},
{"n_folds":3,"type":"ExtraTreesClassifier","n_estimators":50,"max_depth":null,"n_jobs":-1,"max_features":1},
{"n_folds":3,"type":"ExtraTreesClassifier","n_estimators":50,"max_depth":null,"n_jobs":-1,"max_features":1}
]
}
}