Skip to content

Commit 1404d69

Browse files
committed
update production config
1 parent b1b18b6 commit 1404d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automatminer/presets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_preset_config(preset='default'):
3636
"""
3737
production_config = {
3838
"learner": TPOTAdaptor(population_size=250,
39-
max_time_mins=600,
39+
max_time_mins=720,
4040
max_eval_time_mins=30),
4141
"reducer": FeatureReducer(),
4242
"autofeaturizer": AutoFeaturizer(preset="best"),

0 commit comments

Comments
 (0)