mltoolkit

Some modelling tools


License
BSD-3-Clause
Install
pip install mltoolkit==0.1.1

Documentation

Machine Learning Toolkit

mltoolkit

Installation

Create your specific environment (with conda)

An empty one

conda create --name datasc python

From a existing one

You can check the list of current envs as follow

conda info --list

You can then clone the root env like this

conda create --name datasc --clone root

Activate your environment

source activate datasc

Install the mltoolkit library

From Binstar (Anaconda.org)

conda install -c https://conda.anaconda.org/tounnas -c https://conda.anaconda.org/auto mltoolkit

From source

conda install conda-build
git clone git@github.com:tounnas/mltoolkit.git
cd mltoolkit/_build
conda build .
conda install --use-local mltoolkit

Utilisation

Have a look to the examples folder

License

BSD

Documentation

The official documentation.