Skip to content

aldro61/pyscm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c0b688 · Oct 11, 2024
Dec 22, 2022
Aug 11, 2017
Dec 21, 2022
Mar 1, 2023
Apr 8, 2017
Mar 3, 2014
Oct 8, 2024
Oct 10, 2024
Apr 5, 2017
Oct 9, 2024
Oct 8, 2024
Oct 10, 2024
Oct 11, 2024

Repository files navigation

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 locally with

python -m pip install -e .

Running tests

python -m pip install pytest
python -m pytest

Contributors