mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 16:35:54 +00:00
Add grid v.2
This commit is contained in:
@@ -1,105 +1,32 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"n_jobs": [
|
"n_jobs": [-1],
|
||||||
-1
|
"n_estimators": [100],
|
||||||
],
|
"base_estimator__C": [1.0],
|
||||||
"n_estimators": [
|
"base_estimator__kernel": ["linear"],
|
||||||
100
|
"base_estimator__multiclass_strategy": ["ovo"]
|
||||||
],
|
},
|
||||||
"base_estimator__C": [
|
{
|
||||||
1.0
|
"n_jobs": [-1],
|
||||||
],
|
"n_estimators": [100],
|
||||||
"base_estimator__kernel": [
|
"base_estimator__C": [0.05, 0.1, 1.0, 2.8, 7, 100],
|
||||||
"linear"
|
"base_estimator__kernel": ["liblinear"],
|
||||||
],
|
"base_estimator__multiclass_strategy": ["ovr"]
|
||||||
"base_estimator__multiclass_strategy": [
|
},
|
||||||
"ovo"
|
{
|
||||||
]
|
"n_jobs": [-1],
|
||||||
},
|
"n_estimators": [100],
|
||||||
{
|
"base_estimator__C": [0.05, 0.1, 1.0, 2.8, 7, 100],
|
||||||
"n_jobs": [
|
"base_estimator__gamma": [0.001, 0.1, 1, 10.0, "auto", "scale"],
|
||||||
-1
|
"base_estimator__kernel": ["rbf"],
|
||||||
],
|
"base_estimator__multiclass_strategy": ["ovr"]
|
||||||
"n_estimators": [
|
},
|
||||||
100
|
{
|
||||||
],
|
"n_jobs": [-1],
|
||||||
"base_estimator__C": [
|
"n_estimators": [100],
|
||||||
0.001,
|
"base_estimator__C": [0.05, 0.1, 1.0, 2.8, 7, 100],
|
||||||
0.0275,
|
"base_estimator__gamma": [0.1, "scale"],
|
||||||
0.05,
|
"base_estimator__kernel": ["poly"],
|
||||||
0.08,
|
"base_estimator__multiclass_strategy": ["ovo", "ovr"]
|
||||||
0.2,
|
}
|
||||||
0.25,
|
|
||||||
0.95,
|
|
||||||
1.0,
|
|
||||||
1.75,
|
|
||||||
7,
|
|
||||||
10000.0
|
|
||||||
],
|
|
||||||
"base_estimator__kernel": [
|
|
||||||
"liblinear"
|
|
||||||
],
|
|
||||||
"base_estimator__multiclass_strategy": [
|
|
||||||
"ovr"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"n_jobs": [
|
|
||||||
-1
|
|
||||||
],
|
|
||||||
"n_estimators": [
|
|
||||||
100
|
|
||||||
],
|
|
||||||
"base_estimator__C": [
|
|
||||||
0.05,
|
|
||||||
1.0,
|
|
||||||
1.05,
|
|
||||||
2,
|
|
||||||
2.8,
|
|
||||||
2.83,
|
|
||||||
5,
|
|
||||||
7,
|
|
||||||
57,
|
|
||||||
10000.0
|
|
||||||
],
|
|
||||||
"base_estimator__gamma": [
|
|
||||||
0.001,
|
|
||||||
0.1,
|
|
||||||
0.14,
|
|
||||||
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.2,
|
|
||||||
1.0,
|
|
||||||
8.25
|
|
||||||
],
|
|
||||||
"base_estimator__gamma": [
|
|
||||||
0.1,
|
|
||||||
"scale"
|
|
||||||
],
|
|
||||||
"base_estimator__kernel": [
|
|
||||||
"poly"
|
|
||||||
],
|
|
||||||
"base_estimator__multiclass_strategy": [
|
|
||||||
"ovo",
|
|
||||||
"ovr"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
]
|
Reference in New Issue
Block a user