Skip to main content

Some modelling tools

Project description

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.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page