Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pri22296/armine

Association Rule Mining package for python
https://github.com/pri22296/armine

association-rules data-analytics python3

Last synced: 22 days ago
JSON representation

Association Rule Mining package for python

Awesome Lists containing this project

README

        

######################################################################################
armine - Association Rule Mining
######################################################################################

.. inclusion-marker-badges-start

.. image:: https://badge.fury.io/py/armine.svg
:target: https://badge.fury.io/py/armine

.. image:: https://coveralls.io/repos/github/pri22296/armine/badge.svg?branch=master
:target: https://coveralls.io/github/pri22296/armine?branch=master

.. image:: https://travis-ci.org/pri22296/armine.svg?branch=master
:target: https://travis-ci.org/pri22296/armine

.. image:: https://api.codacy.com/project/badge/Grade/7c5dac25e04c4e16b8ab395eece244d6
:target: https://www.codacy.com/app/pri22296/armine?utm_source=github.com&utm_medium=referral&utm_content=pri22296/arm&utm_campaign=Badge_Grade

.. image:: https://landscape.io/github/pri22296/armine/master/landscape.svg?style=flat
:target: https://landscape.io/github/pri22296/armine/master
:alt: Code Health

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

.. inclusion-marker-badges-end

.. inclusion-marker-introduction-start

**************************************************************************
Introduction
**************************************************************************

`armine` is a Association rule mining package for python3. It provides `ARM` class
to generate association rules from a set of transactions. It also provides a
`ARMClassifier` class which uses CBA2 algorithm to classify given data.

.. inclusion-marker-introduction-end

.. inclusion-marker-install-start

**************************************************************************
Installation
**************************************************************************

::

pip install armine

.. inclusion-marker-install-end

.. inclusion-marker-links-start

**************************************************************************
Links
**************************************************************************

* `Documentation `_

* `Source `_

* `API Reference `_

.. inclusion-marker-links-end

.. inclusion-marker-license-start

**************************************************************************
License
**************************************************************************

This project is licensed under the MIT License - see the `LICENSE.txt `_ file for details.

.. inclusion-marker-license-end