We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de713c commit e3b7a04Copy full SHA for e3b7a04
metasklearn/core/search.py
@@ -46,7 +46,7 @@ class MetaSearchCV(BaseEstimator):
46
SUPPORTED_REG_METRICS = get_all_regression_metrics()
47
48
def __init__(self, estimator, param_bounds, task_type="classification",
49
- optim="AOA", optim_params=None,
+ optim="BaseGA", optim_params=None,
50
cv=5, scoring=None, seed=None, n_jobs=1, verbose=True, **kwargs):
51
self.estimator = estimator
52
self.param_bounds = param_bounds
0 commit comments