Skip to content

asdhob/skml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skml

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

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

  • Problem Transformations:
    • Binary Relevance
    • Label Powerset
    • Classifier Chains
    • Probabilistic Classifier Chains
  • Ensembles:
    • Ensemble Classifier Chain

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:

  • 3.2

About

scikit-learn compatibel multi-label classification

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 99.3%
  • Makefile 0.7%