HDI-Project / ATM

Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).
https://hdi-project.github.io/ATM/
MIT License
525 stars 141 forks source link

hello ,i have this problem TypeError: __init__() got an unexpected keyword argument 'r_minimum' #117

Closed paulrich1234 closed 5 years ago

paulrich1234 commented 5 years ago

Error choosing hyperparameters: datarun=<ID = 1, dataset ID = 1, strategy = uniform__uniform, budget = classifier (100), status: running> Traceback (most recent call last): File "/home/zhaowei/anaconda2/envs/atm_py2.7/lib/python2.7/site-packages/atm-0.1.0-py2.7.egg/atm/worker.py", line 379, in run_classifier params = self.tune_hyperparameters(hyperpartition) File "/home/zhaowei/anaconda2/envs/atm_py2.7/lib/python2.7/site-packages/atm-0.1.0-py2.7.egg/atm/worker.py", line 189, in tune_hyperparameters r_minimum=self.datarun.r_minimum) TypeError: init() got an unexpected keyword argument 'r_minimum'

micahjsmith commented 5 years ago

Should be closed by #114. Please update your version of ATM and reopen if you still have this problem.