Skip to content

Commit

Permalink
update production config
Browse files Browse the repository at this point in the history
  • Loading branch information
ardunn committed Feb 3, 2019
1 parent b1b18b6 commit 1404d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatminer/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 1404d69

Please sign in to comment.