sklearn2

small scikit-learn extension


Keywords
data, science
License
MIT
Install
pip install sklearn2==0.0.13

Documentation

sklearn2

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.

Requirements

See requirements_conda.txt and requirements_pip.txt

Installation with conda

$git clone https://github.com/vanoudh/sklearn2.git
$cd sklearn2
$conda install --file requirements_conda.txt
$pip install .

Installation with pip

$git clone https://github.com/vanoudh/sklearn2.git
$cd sklearn2
$pip install .

Test

$pytest -v

Usage

TODO