/ReCycle

Fast and efficient long time series forecasting with residual cyclic transformers.

Primary LanguagePythonMIT LicenseMIT

ReCycle - Residual Cyclic Time-Series Forecasting

Welcome to the RAI-ReCycle repository.

Installation

python3 -m venv <venvname>

source <venvname>/bin/activate

git clone https://github.com/Helmholtz-AI-Energy/ReCycle.git

cd ReCycle

pip install -e .

Usage

python -m ReCycle [options] {train|test|infer}

The option -c <file name> passes a config file.