Installation

The scikit-duplo codebase is available on Github, and the package is maintained inside the PyPi package manager.

Install the package from PyPi as follows:

pip install scikit-duplo

Alternatively, you can access the source code for projit and use it by installing it locally:

git clone https://github.com/getting-data-science-done/scikit-duplo.git
cd scikit-duplo
python setup.py install

Installation depends on the following packages:

numpy
pandas
scikit-learn