owenodriscoll / AutoML

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

Re order data preprocesing steps #22

Open owenodriscoll opened 7 months ago

owenodriscoll commented 7 months ago

Reorder the preprocessing steps such that fourrier is placed before scalers

https://github.com/owenodriscoll/AutoML/blob/47e0019179eafdb24e02a52ee3c2d9fcfb6b14e3/AutoML/automl.py#L406-L416