pyscm-ml

The Set Covering Machine algorithm


Keywords
machine-learning, classification, set-covering-machine, rule-based-models, algorithms, dynamic-programming, python, rules
License
GPL-3.0
Install
pip install pyscm-ml==1.0.3

Documentation

License: GPL v3 Build Status DOI

pySCM

A fast implementation of the Set Covering Machine algorithm using a dynamic programming algorithm to select the rules of greatest utility.

Marchand, M., & Taylor, J. S. (2003). The set covering machine. Journal of Machine Learning Research, 3, 723–746.

Alt text

Installation

pip install pyscm-ml

or

python setup.py install

Running tests

python setup.py test

Contributors