Skip to content

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

License

Notifications You must be signed in to change notification settings

Pieter-Cawood/FFORMA-ESRNN

Repository files navigation

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())

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published