How do I install it?

PyPI

pip install skrobot

Graphviz

If you want to export feature computation graphs using the argument export_feature_graphs in DeepFeatureSynthesisTask class, you need to install Graphviz.

Conda users:

conda install python-graphviz

GNU/Linux:

sudo apt-get install graphviz
pip install graphviz

Mac OS:

brew install graphviz
pip install graphviz

Windows:

conda install python-graphviz

Development Version

The skrobot version on PyPI may always be one step behind; you can install the latest development version from the GitHub repository by executing

pip install git+git://github.com/medoidai/skrobot.git

Or, you can clone the GitHub repository and install skrobot from your local drive via

pip install .