owenodriscoll / AutoML

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

Report fourrier value to study #23

Open owenodriscoll opened 7 months ago

owenodriscoll commented 7 months ago

Currently a fourrier value is selected but not reported to the study. Thus, when reloading the study, no fourrier_value is provided yielding no fourrier during reloading (even if it was present during training) such that the dimensions no longer match up.

Fix this by reporting and reloading the reported fourrier value

https://github.com/owenodriscoll/AutoML/blob/b5371b9a169ad954e73ada7a6bb323b2587aab5d/AutoML/scalers_transformers.py#L165-L186