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