mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 16:05:54 +00:00
Fix cardiotoco-10cl hyperaparam in grid output
This commit is contained in:
@@ -72,9 +72,9 @@
|
||||
"cardiotocography-10clases": [
|
||||
0.8504380005523335,
|
||||
{
|
||||
"base_estimator__C": 10000.0,
|
||||
"base_estimator__kernel": "liblinear",
|
||||
"base_estimator__multiclass_strategy": "ovr",
|
||||
"base_estimator__C": 1.0,
|
||||
"base_estimator__kernel": "linear",
|
||||
"base_estimator__multiclass_strategy": "ovo",
|
||||
"n_estimators": 100,
|
||||
"n_jobs": -1
|
||||
},
|
||||
|
Reference in New Issue
Block a user