[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![Build Status](https://travis-ci.org/aldro61/pyscm.svg?branch=master)](https://travis-ci.org/aldro61/pyscm)
[![DOI](https://zenodo.org/badge/17353131.svg)](https://zenodo.org/badge/latestdoi/17353131)
# 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](https://github.com/aldro61/pyscm/raw/master/examples/decision_boundary.png)
## Installation
```
pip install pyscm-ml
```
or
```
python setup.py install
```
## Running tests
```
python setup.py test
```
## Contributors
* [Alexandre Drouin](http://graal.ift.ulaval.ca/adrouin) (package maintainer)
* [Baptiste Bauvin](https://github.com/babau1)
* [Francis Brochu](https://github.com/PhrankBrochu)
* [Gaël Letarte St-Pierre](https://github.com/gletarte)
* [Mazid Osseni](https://github.com/dizam92)
* [Pier-Luc Plante](https://github.com/plpla)
* [Thibaud Godon](https://github.com/thibgo)
Raw data
{
"_id": null,
"home_page": "https://github.com/aldro61/pyscm",
"name": "pyscm-ml",
"maintainer": "Alexandre Drouin",
"docs_url": null,
"requires_python": "",
"maintainer_email": "aldro61@gmail.com",
"keywords": "machine-learning classification set-covering-machine rule-based-models",
"author": "Alexandre Drouin",
"author_email": "aldro61@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/9a/3e/87a1c4039950cf7cd6dc84697b639db1037c3cb6de6115857e22216275a7/pyscm-ml-1.1.1.tar.gz",
"platform": null,
"description": "[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)\n[![Build Status](https://travis-ci.org/aldro61/pyscm.svg?branch=master)](https://travis-ci.org/aldro61/pyscm)\n[![DOI](https://zenodo.org/badge/17353131.svg)](https://zenodo.org/badge/latestdoi/17353131)\n\n\n# pySCM\n\nA fast implementation of the Set Covering Machine algorithm using a dynamic programming algorithm to select the rules of greatest utility.\n\nMarchand, M., & Taylor, J. S. (2003). The set covering machine. Journal of Machine Learning Research, 3, 723\u2013746.\n\n![Alt text](https://github.com/aldro61/pyscm/raw/master/examples/decision_boundary.png)\n\n## Installation\n\n``` \npip install pyscm-ml\n```\nor\n\n``` \npython setup.py install\n```\n\n## Running tests\n```\npython setup.py test\n```\n\n## Contributors\n * [Alexandre Drouin](http://graal.ift.ulaval.ca/adrouin) (package maintainer)\n * [Baptiste Bauvin](https://github.com/babau1)\n * [Francis Brochu](https://github.com/PhrankBrochu)\n * [Ga\u00ebl Letarte St-Pierre](https://github.com/gletarte)\n * [Mazid Osseni](https://github.com/dizam92)\n * [Pier-Luc Plante](https://github.com/plpla)\n * [Thibaud Godon](https://github.com/thibgo)\n\n\n",
"bugtrack_url": null,
"license": "GPL-3",
"summary": "The Set Covering Machine algorithm",
"version": "1.1.1",
"project_urls": {
"Homepage": "https://github.com/aldro61/pyscm"
},
"split_keywords": [
"machine-learning",
"classification",
"set-covering-machine",
"rule-based-models"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9a3e87a1c4039950cf7cd6dc84697b639db1037c3cb6de6115857e22216275a7",
"md5": "342cda9abd3010513d3b0d21c8c5a7d8",
"sha256": "7ff2a6315c15309daae4090a22648c0568dedb3880daedd76beb2a4dd98061e6"
},
"downloads": -1,
"filename": "pyscm-ml-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "342cda9abd3010513d3b0d21c8c5a7d8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24702,
"upload_time": "2023-05-29T19:23:36",
"upload_time_iso_8601": "2023-05-29T19:23:36.006723Z",
"url": "https://files.pythonhosted.org/packages/9a/3e/87a1c4039950cf7cd6dc84697b639db1037c3cb6de6115857e22216275a7/pyscm-ml-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-29 19:23:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aldro61",
"github_project": "pyscm",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "pyscm-ml"
}