Add njobs and nestimators to build_grid

This commit is contained in:
2022-03-10 12:07:09 +01:00
parent 3e72ba613d
commit 32a82ceb3c
2 changed files with 25 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
[
{
"n_jobs": [
-1
],
"n_estimators": [
100
],
"base_estimator__C": [
1.0
],
@@ -11,6 +17,12 @@
]
},
{
"n_jobs": [
-1
],
"n_estimators": [
100
],
"base_estimator__C": [
0.001,
0.0275,
@@ -32,6 +44,12 @@
]
},
{
"n_jobs": [
-1
],
"n_estimators": [
100
],
"base_estimator__C": [
0.05,
1.0,
@@ -60,6 +78,12 @@
]
},
{
"n_jobs": [
-1
],
"n_estimators": [
100
],
"base_estimator__C": [
0.05,
0.2,