ChristianSch / skml

scikit-learn compatibel multi-label classification
http://skml.readthedocs.io/en/latest/
MIT License
6 stars 3 forks source link
artificial-intelligence data-mining data-science machine-learning machine-learning-library machinelearning multi-label multi-label-classification multi-label-learning multi-label-problem python python3 scikit-learn

==== skml

.. image:: https://travis-ci.org/ChristianSch/skml.svg?branch=master :target: https://travis-ci.org/ChristianSch/skml

scikit-learn compatible multi-label classification implementations.

A multi-class classification (MLC) problem is given, if a subset of labels (picture of equation) shall be predicted for an example.

Currently Supported

Installation

For production install via pip:

pip install skml

For development, clone this repo, change to the directory of skml and inside of the skml directory run the following:

pip install -e .[dev]
python setup.

Python Supported

Due to dependencies we do not check for a working distribution of skml for the following Python versions: