mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 23:45:54 +00:00
33 lines
918 B
JSON
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"]
|
|
}
|
|
]
|