eegkno / mltoolbox

Set of tools for ML in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Status Updates

mltoolbox

mltoolbox is a set of wrapper tools build on top of sciki-learn for the day to day Machine Learning experimentation in Python.

Edgar Eduardo Garcia Cano Castillo, 2017

  • Free software: BSD license

Installation

Dependencies

See the complete list of requirements.txt.

User installation

The current version is now available. To install, use pip

pip install -e git+https://github.com/eegkno/mltoolbox.git@master#egg=mltoolbox

Testing

After installation, you can launch the test suite from outside the source directory (you will need to have the ``pytest` package installed):

pytest

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Set of tools for ML in Python.

License:Other


Languages

Language:Python 96.0%Language:Makefile 4.0%