Skip to content

Commit e3b7a04

Browse files
committed
Update search module
1 parent 4de713c commit e3b7a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metasklearn/core/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class MetaSearchCV(BaseEstimator):
4646
SUPPORTED_REG_METRICS = get_all_regression_metrics()
4747

4848
def __init__(self, estimator, param_bounds, task_type="classification",
49-
optim="AOA", optim_params=None,
49+
optim="BaseGA", optim_params=None,
5050
cv=5, scoring=None, seed=None, n_jobs=1, verbose=True, **kwargs):
5151
self.estimator = estimator
5252
self.param_bounds = param_bounds

0 commit comments

Comments
 (0)