diff --git a/automatminer/presets.py b/automatminer/presets.py index 794ec4fe..9c2b2150 100644 --- a/automatminer/presets.py +++ b/automatminer/presets.py @@ -36,7 +36,7 @@ def get_preset_config(preset='default'): """ production_config = { "learner": TPOTAdaptor(population_size=250, - max_time_mins=600, + max_time_mins=720, max_eval_time_mins=30), "reducer": FeatureReducer(), "autofeaturizer": AutoFeaturizer(preset="best"),