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
See the complete list of requirements.txt.
The current version is now available. To install, use pip
pip install -e git+https://github.com/eegkno/mltoolbox.git@master#egg=mltoolbox
After installation, you can launch the test suite from outside the source directory (you will need to have the ``pytest` package installed):
pytest
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.