Time Series Forecasting
October 21, 2025 ยท View on GitHub
Usage
-
Install Python 3.8. Then, install project dependencies with the following command.
pip install -r requirements.txt -
Prepare data. You can obtain raw datasets from this [Link]. Unzip and place the downloaded datasets in the root directory as
./datasets. -
Train and evaluate models with the commands provided in
./commands.txt.bash scripts/ETT/IFT_ETTh1.sh -
View forecasting results in the generated table
./table.txt.
Acknowledgement
This project is built based on the repository Time-Series-Library. We sincerely thank all corresponding contributors.