yuqinie98 / PatchTST

An offical implementation of PatchTST: "A Time Series is Worth 64 Words: Long-term Forecasting with Transformers." (ICLR 2023) https://arxiv.org/abs/2211.14730
Apache License 2.0
1.37k stars 248 forks source link

Question about prediction horizon #80

Open CK-TD opened 8 months ago

CK-TD commented 8 months ago

Thanks for your great work! I noticed that the prediction length set for most datasets (except the ILI dataset) is T in {96, 192, 336, 720}. However, it's a much smaller length compared to the total timesteps, like 52696 for 'Weather' and 17544 for 'Traffic', so the question is, what's the location of the prediction horizon in the original dataset?