RobertLeppich / TSRM

Time Series Representation Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time Series Representation Models (TSRM)

This repository contains the implementation for the TSRM including all experimental setups.

Requirements:

You need to install all packages provided in requirements.txt.

pip install -r requirements.txt

Data:

We provide all pre-processed benchmark datasets in an (anonymous) Google drive. To run the experiments, you have to unzip them into the folder data/data_dir.

Additional we provide all code utilized to pre-process the original data in the package data/preprocessing.

Experiments:

All relevant experiment details can be found in the package "experiments". The folder "configs" contains the configurations for all experiments included in our article. To run all experiments, you can execute the module "run.py" in the package "experiments" (set working directory and PYTHONPATH to the root folder). All experiments will train a pre-train model first and fine-tune it afterward.

About

Time Series Representation Models

License:Apache License 2.0


Languages

Language:Python 100.0%