[ { "n_jobs": [-1], "n_estimators": [100], "base_estimator__C": [1.0], "base_estimator__kernel": ["linear"], "base_estimator__multiclass_strategy": ["ovo"] }, { "n_jobs": [-1], "n_estimators": [100], "base_estimator__C": [0.05, 0.1, 1.0, 2.8, 7, 100], "base_estimator__kernel": ["liblinear"], "base_estimator__multiclass_strategy": ["ovr"] }, { "n_jobs": [-1], "n_estimators": [100], "base_estimator__C": [0.05, 0.1, 1.0, 2.8, 7, 100], "base_estimator__gamma": [0.001, 0.1, 1, 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.1, 1.0, 2.8, 7, 100], "base_estimator__gamma": [0.1, "scale"], "base_estimator__kernel": ["poly"], "base_estimator__multiclass_strategy": ["ovo", "ovr"] } ]