We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b18b6 commit 1404d69Copy full SHA for 1404d69
automatminer/presets.py
@@ -36,7 +36,7 @@ def get_preset_config(preset='default'):
36
"""
37
production_config = {
38
"learner": TPOTAdaptor(population_size=250,
39
- max_time_mins=600,
+ max_time_mins=720,
40
max_eval_time_mins=30),
41
"reducer": FeatureReducer(),
42
"autofeaturizer": AutoFeaturizer(preset="best"),
0 commit comments