zhangzw16 / Tensor-Time-Series

Papers and datasets for tensor time series.
MIT License
3 stars 2 forks source link
benchmark datasets deep-learning time-series time-series-forecasting

Tensor-Time-Series-Library

Awesome Visits Badge Updated Badge

Papers and datasets for tensor time series.

Papers with Code

Datasets

For datasets, please refer to Datasets

Get Started

Create a virtual environment before we get stated. (Python >= 3.8)

conda create --name TensorTSL

An easy way to install the environment is to use pip install with the config file pyproject.toml.

pip install .

Run

Run a simple task.

python3 main.py

There have been some tasks already. You can try to run python3 run_tasks.py --help for help.

Tasks:

Develop

Due to its modular design, developing with our framework is straightforward and efficient.

Add new models

In our framework, there are two types of models: TensorModel and MultiVarModel. These models are categorized based on the shape of the input data.