Metadata-Version: 2.1
Name: d3m-esrnn
Version: 0.1.1
Summary: ESRNN implementation for Data Driven Discovery(D3M)
Home-page: https://github.com/autonlab/esrnn
Author: CMU
Author-email: awillia2@andrew.cmu.edu
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: d3m
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: torch (>=1.3.1)

# d3m_esrnn

Hybrid ES-RNN models for time series forecasting

Python implementation of ESRNN model (described in https://eng.uber.com/m4-forecasting-competition/ ).

# Run example
A full example available in [example.ipynb](example.ipynb)

