Closed chenghaoliu89 closed 2 years ago
AutoML does support invert forecast. For example, AutoETS(AutoETSConfig(transform=PowerTransform()) is not able to invert forecast when prediction.
AutoETS(AutoETSConfig(transform=PowerTransform())
Thanks for highlighting the issue @chenghaoliu89. This is fixed in #104.
AutoML does support invert forecast. For example,
AutoETS(AutoETSConfig(transform=PowerTransform())
is not able to invert forecast when prediction.