Skip to content

Commit b1b18b6

Browse files
committed
update production config
1 parent a14c7e4 commit b1b18b6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

automatminer/presets.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,9 @@ def get_preset_config(preset='default'):
3535
3636
"""
3737
production_config = {
38-
"learner": TPOTAdaptor(generations=500,
39-
population_size=500,
40-
max_time_mins=720,
41-
max_eval_time_mins=60),
38+
"learner": TPOTAdaptor(population_size=250,
39+
max_time_mins=600,
40+
max_eval_time_mins=30),
4241
"reducer": FeatureReducer(),
4342
"autofeaturizer": AutoFeaturizer(preset="best"),
4443
"cleaner": DataCleaner()

0 commit comments

Comments
 (0)