soroushmehr / Deep4Cast

Probabilistic Multivariate Time Series Forecast using Deep Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep4cast: Forecasting for Decision Making under Uncertainty

This package is under active development. Things may change :-).

Deep4Cast is a scalable machine learning package implemented in Python. It has a front-end API designed to be similar to scikit-learn but is based on Pytorch. It was designed for medium to large size time series data sets and allows for modeling of forecast uncertainties. The network architecture is based on DeepMind's WaveNet. Regularization and approximate sampling from posterior predictive distributions of forecasts are achieved via Concrete Dropout.

Package documentation under construction. Please see example notebooks for instructions.

Installation

Source

From the package directory install the requirements and then the package (best in a clean virtual environment)

$ pip install -r requirements.txt
$ python setup.py install

Main Requirements

Examples

Authors:

References:

About

Probabilistic Multivariate Time Series Forecast using Deep Learning

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%