Files
benchmark/benchmark/tests/test_files/be_build_grid.test
2023-01-14 21:31:34 +01:00

105 lines
1.8 KiB
Plaintext

[
{
"n_jobs": [
-1
],
"n_estimators": [
100
],
"estimator__C": [
1.0
],
"estimator__kernel": [
"linear"
],
"estimator__multiclass_strategy": [
"ovo"
]
},
{
"n_jobs": [
-1
],
"n_estimators": [
100
],
"estimator__C": [
0.001,
0.0275,
0.05,
0.08,
0.2,
0.25,
0.95,
1.0,
1.75,
7,
10000.0
],
"estimator__kernel": [
"liblinear"
],
"estimator__multiclass_strategy": [
"ovr"
]
},
{
"n_jobs": [
-1
],
"n_estimators": [
100
],
"estimator__C": [
0.05,
1.0,
1.05,
2,
2.8,
2.83,
5,
7,
57,
10000.0
],
"estimator__gamma": [
0.001,
0.1,
0.14,
10.0,
"auto",
"scale"
],
"estimator__kernel": [
"rbf"
],
"estimator__multiclass_strategy": [
"ovr"
]
},
{
"n_jobs": [
-1
],
"n_estimators": [
100
],
"estimator__C": [
0.05,
0.2,
1.0,
8.25
],
"estimator__gamma": [
0.1,
"scale"
],
"estimator__kernel": [
"poly"
],
"estimator__multiclass_strategy": [
"ovo",
"ovr"
]
}
]