Installation Guide

Before installing the dagging package, you will need numpy, scipy and scikit-learn

pip install numpy scipy scikit-learn

Then, to install dagging:

pip install dagging

If you wish to install from the source code (available here ), change your working directory to the top-level directory of the source code, and issue:

python setup.py install