Metadata-Version: 2.4
Name: miar
Version: 0.1.0
Summary: A Python project for interestingness measures of association rules
Author-email: Matej Benes <mate.benes@gmail.com>
Maintainer-email: Matej Benes <mate.benes@gmail.com>
License: MIT license
Project-URL: bugs, https://github.com/M-Benes/miar/issues
Project-URL: changelog, https://github.com/M-Benes/miar/blob/master/changelog.md
Project-URL: homepage, https://github.com/M-Benes/miar
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

====
miar
====


.. image:: https://img.shields.io/pypi/v/miar.svg
        :target: https://pypi.python.org/pypi/miar

.. image:: https://img.shields.io/travis/M-Benes/miar.svg
        :target: https://travis-ci.com/M-Benes/miar

.. image:: https://readthedocs.org/projects/miar/badge/?version=latest
        :target: https://miar.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A Python project for interestingness measures of association rules


* Free software: MIT license
* Documentation: https://miar.readthedocs.io.


Features
--------

This package provides over 50 individual interestingness measures for association rules.
They can be imported directly individually or through a dictionary "clm_4ft_int_functions"

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
