rulelearn


Namerulelearn JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/IBM/rulelearn
SummaryThis package contains a rule induction toolkit to generate readable and editable rules from data.
upload_time2023-05-06 21:17:22
maintainer
docs_urlNone
authorVarious
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rulelearn (v0.1)

This package contains a rule induction toolkit to generate readable and editable rules from data. The code was originally released within the larger [AIX 360 package](https://github.com/Trusted-AI/AIX360) and is provided and extended here separately with less dependencies.


It contains the following components:

- Boolean Decision Rules via Column Generation (Light Edition) ([Dash et al., 2018](https://papers.nips.cc/paper/7716-boolean-decision-rules-via-column-generation))
- Generalized Linear Rule Models ([Wei et al., 2019](http://proceedings.mlr.press/v97/wei19a.html))
- Fast Effective Rule Induction (Ripper) ([William W Cohen, 1995](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.107.2612&rep=rep1&type=pdf))
- Relational Rule Network (R2N) ([Kusters et al., 2022](https://arxiv.org/abs/2201.06515))
- trxf - Technical Rule Interchange Format - Rule Set Interchange providing common evaluation tools and PMML export for 
rule sets.


### Installation

```
pip install rulelearn
```



## Acknowledgements

rulelearn is built with the help of several open source packages. All of these are listed in requirements.txt and include:

* scikit-learn https://scikit-learn.org/stable/about.html

## License Information

Apache 2.0





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IBM/rulelearn",
    "name": "rulelearn",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Various",
    "author_email": "hvoelzer@acm.org",
    "download_url": "https://files.pythonhosted.org/packages/0b/d5/ef9aaa7270b93517ab9e64f7e5be7ffb7eb7bbafd16a8bef2e96d7c45c57/rulelearn-0.1.2.tar.gz",
    "platform": null,
    "description": "# rulelearn (v0.1)\r\n\r\nThis package contains a rule induction toolkit to generate readable and editable rules from data. The code was originally released within the larger [AIX 360 package](https://github.com/Trusted-AI/AIX360) and is provided and extended here separately with less dependencies.\r\n\r\n\r\nIt contains the following components:\r\n\r\n- Boolean Decision Rules via Column Generation (Light Edition) ([Dash et al., 2018](https://papers.nips.cc/paper/7716-boolean-decision-rules-via-column-generation))\r\n- Generalized Linear Rule Models ([Wei et al., 2019](http://proceedings.mlr.press/v97/wei19a.html))\r\n- Fast Effective Rule Induction (Ripper) ([William W Cohen, 1995](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.107.2612&rep=rep1&type=pdf))\r\n- Relational Rule Network (R2N) ([Kusters et al., 2022](https://arxiv.org/abs/2201.06515))\r\n- trxf - Technical Rule Interchange Format - Rule Set Interchange providing common evaluation tools and PMML export for \r\nrule sets.\r\n\r\n\r\n### Installation\r\n\r\n```\r\npip install rulelearn\r\n```\r\n\r\n\r\n\r\n## Acknowledgements\r\n\r\nrulelearn is built with the help of several open source packages. All of these are listed in requirements.txt and include:\r\n\r\n* scikit-learn https://scikit-learn.org/stable/about.html\r\n\r\n## License Information\r\n\r\nApache 2.0\r\n\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This package contains a rule induction toolkit to generate readable and editable rules from data.",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/IBM/rulelearn"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43ef5224563dc8bb13761f2c6168547801175e3e26ae639d7ecad6a7ef7090e7",
                "md5": "5ceaef754d2219046285ea6e3f6fc304",
                "sha256": "eb352f6bf5fbe38d8d0e81e018161539be5b20a44c77da731aec28ccb8d18ef5"
            },
            "downloads": -1,
            "filename": "rulelearn-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ceaef754d2219046285ea6e3f6fc304",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 117717,
            "upload_time": "2023-05-06T21:17:20",
            "upload_time_iso_8601": "2023-05-06T21:17:20.139482Z",
            "url": "https://files.pythonhosted.org/packages/43/ef/5224563dc8bb13761f2c6168547801175e3e26ae639d7ecad6a7ef7090e7/rulelearn-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bd5ef9aaa7270b93517ab9e64f7e5be7ffb7eb7bbafd16a8bef2e96d7c45c57",
                "md5": "fe0c11bf2f4d1cfc1e364151deccb131",
                "sha256": "0f5d72ecfb220730501df278aa74eb3cec33901374157209d6d36805b6cb2902"
            },
            "downloads": -1,
            "filename": "rulelearn-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fe0c11bf2f4d1cfc1e364151deccb131",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 80277,
            "upload_time": "2023-05-06T21:17:22",
            "upload_time_iso_8601": "2023-05-06T21:17:22.705813Z",
            "url": "https://files.pythonhosted.org/packages/0b/d5/ef9aaa7270b93517ab9e64f7e5be7ffb7eb7bbafd16a8bef2e96d7c45c57/rulelearn-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-06 21:17:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IBM",
    "github_project": "rulelearn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "rulelearn"
}
        
Elapsed time: 0.15834s