RadiantResearch / TSAT

Transformer based model for time series prediction
MIT License
119 stars 22 forks source link

Time Series Attention Transformer (TSAT)

Python 3.8 PyTorch 1.8

The official implementation of the Time Series Attention Transformer (TSAT).

architecture

Code

Data Preparation

ETT dataset

Download the Electricity Transformer Temperature Dataset from https://github.com/zhouhaoyi/ETDataset. Uncompress them and move the .csv to the Data folder.

Multivariate Time series Data sets

The Electricity consumption dataset can be found on https://github.com/laiguokun/multivariate-time-series-data.

Model parameters

The parameters setting can be found in utils.py.

Requirements

Dependencies can be installed using the following command:

pip install -r requirements.txt

Contact

If you have any questions, please feel free to contact William Ng (Email: william.ng@koiinvestments.com).