Files
benchmark/results/grid_input_accuracy_ODTE.json
2022-03-12 11:42:44 +01:00

33 lines
918 B
JSON

[
{
"n_jobs": [-1],
"n_estimators": [100],
"base_estimator__C": [1.0],
"base_estimator__kernel": ["linear"],
"base_estimator__multiclass_strategy": ["ovo"]
},
{
"n_jobs": [-1],
"n_estimators": [100],
"base_estimator__C": [0.05, 0.1, 1.0, 2.8, 7, 100],
"base_estimator__kernel": ["liblinear"],
"base_estimator__multiclass_strategy": ["ovr"]
},
{
"n_jobs": [-1],
"n_estimators": [100],
"base_estimator__C": [0.05, 0.1, 1.0, 2.8, 7, 100],
"base_estimator__gamma": [0.001, 0.1, 1, 10.0, "auto", "scale"],
"base_estimator__kernel": ["rbf"],
"base_estimator__multiclass_strategy": ["ovr"]
},
{
"n_jobs": [-1],
"n_estimators": [100],
"base_estimator__C": [0.05, 0.1, 1.0, 2.8, 7, 100],
"base_estimator__gamma": [0.1, "scale"],
"base_estimator__kernel": ["poly"],
"base_estimator__multiclass_strategy": ["ovo", "ovr"]
}
]