Sklearn2 is a small extension of scikit-learn. It is inspired by scikit-learn in order to be mergeable with it eventually.
It is in development phase : it will change radically, often and without notice.
$conda install pandas scikit-learn matplotlib statsmodels patsy pydot
$pip install sklearn2
$git clone https://github.com/vanoudh/sklearn2.git
$cd sklearn2
$pip install -e .
$conda install pytest
$pytest -v
TODO