This package is under development.
Deep4cast
provides easy access to deep learning-based tools for forecasting, anomaly detection, and counterfactual analysis.
Quickstart tutorial can be found in /tutorials/quickstart.ipynb
.
Tutorial coming soon.
Documentation can be found in /docs/build/html/index.html
.
From the package directory you then need to install the requirements and the package
$ pip install -r requirements.txt
$ python setup.py install
or with pip's editable model (useful for development) as
$ pip install -r requirements.txt
$ pip install -e .
Python 3.6
Tensorflow, CTNK, or Theano
Keras
Coming soon
TBD