/FFORMA-ESRNN

State of the art time series forecasting method that has the FFORMA ensemble learn from the ESRNN hybrid model and others.

Primary LanguagePythonMIT LicenseMIT

FFORMA-ESRNN

State of the art time series forecasting method that has the FFORMA ensemble learn from the ESRNN hybrid model and others.
This implementation reuses the forecasts of the ESRNN and others from the M4 forecasting competition.

To install:

conda env create -f environment.yml conda activate fformaProj

To run:

python main.py

Check GPU:

from tensorflow.python.client import device_lib
print(device_lib.list_local_devices())