Project realized for the Statistical Learning course of the Master Degree in Data Science at Sapienza University of Rome.
In our project we want to compare the performance of various models, from the simplest to the most advanced, to conduct Long Time Series Forecasting. Moreover, we want to replicate the results and undesrtand a model, FreTS, proposed at NeurIPS-2023 which is the state of the art for time series forecasting.
We want to answer the following questions:
- How well are Transformers able to solve TSF ? What are their weaknesses ?
- How is their performance compared to that achieved by simpler models?
- How can we intepret FreTS and can we replicate the results ?
The main papers we consider for our project are the following:
- FreTS: https://neurips.cc/virtual/2023/poster/70726
- Transformers effectivness in LTSF: https://arxiv.org/abs/2205.13504
Additionally, some code is taken from: