mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 16:05:54 +00:00
Add njobs and nestimators to build_grid
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user