mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 16:35:54 +00:00
Add njobs and nestimators to build_grid
This commit is contained in:
@@ -81,7 +81,7 @@ for kernel in kernels:
|
||||
results[kernel]["C"].append(1.0)
|
||||
|
||||
for item in results:
|
||||
results_tmp = {}
|
||||
results_tmp = {"n_jobs": [-1], "n_estimators": [100]}
|
||||
for key, value in results[item].items():
|
||||
new_key = f"base_estimator__{key}"
|
||||
try:
|
||||
|
Reference in New Issue
Block a user