.editorconfig
.gitignore
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements_dev.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
docs/Makefile
docs/README.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/paper.pdf
docs/usage.rst
notebooks/Generating rules with decision trees.ipynb
notebooks/Tutorial ruleminer.ipynb
ruleminer/__init__.py
ruleminer/cli.py
ruleminer/const.py
ruleminer/encodings.py
ruleminer/metrics.py
ruleminer/parser.py
ruleminer/ruleminer.py
ruleminer/utils.py
ruleminer.egg-info/PKG-INFO
ruleminer.egg-info/SOURCES.txt
ruleminer.egg-info/dependency_links.txt
ruleminer.egg-info/entry_points.txt
ruleminer.egg-info/not-zip-safe
ruleminer.egg-info/requires.txt
ruleminer.egg-info/top_level.txt
tests/__init__.py
tests/test_ruleminer.py