salesforce / Merlion

Merlion: A Machine Learning Framework for Time Series Intelligence
BSD 3-Clause "New" or "Revised" License
3.43k stars 302 forks source link

[BUG]AutoML does support invert forecast #101

Closed chenghaoliu89 closed 2 years ago

chenghaoliu89 commented 2 years ago

AutoML does support invert forecast. For example, AutoETS(AutoETSConfig(transform=PowerTransform()) is not able to invert forecast when prediction.

aadyotb commented 2 years ago

Thanks for highlighting the issue @chenghaoliu89. This is fixed in #104.