thuml / Autoformer

About Code release for "Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting" (NeurIPS 2021), https://arxiv.org/abs/2106.13008
MIT License
1.95k stars 420 forks source link

No postprocessing step #207

Closed ItsJustIkenna closed 5 months ago

ItsJustIkenna commented 7 months ago

After the predictions are collected in the preds list, no postprocessing is done to transform the normalized predictions back to the original scale of the input data. The inverse_transform method in any of the dataset classes is never used. When I tried to implement it myself, the scale was incorrect. Can you update the code to correctly implement this?

wuhaixu2016 commented 5 months ago

Hi, you may find this issue helpful: https://github.com/thuml/Autoformer/issues/6