owenodriscoll / AutoML

Python package for automated hyperparameter-optimization of common machine-learning algorithms
MIT License
2 stars 0 forks source link

Sort list of keys in order of submission #9

Closed owenodriscoll closed 1 year ago

owenodriscoll commented 1 year ago

Sort list of keys in order of submission. Currently sorted following predefined list so the first regressor trained is not necessarily the first one submitted

https://github.com/owenodriscoll/AutoML/blob/b2a83c5760903e85721d9e6cfdf98cae2fe4590d/AutoML/regressors.py#L51