Metadata-Version: 1.1
Name: armine
Version: 0.2.0
Summary: Association Rule Mining
Home-page: https://github.com/pri22296/armine
Author: Priyam Singh
Author-email: priyamsingh.22296@gmail.com
License: UNKNOWN
Download-URL: https://github.com/pri22296/armine/tarball/0.2.0
Description: ######################################################################################
        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://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&amp;utm_medium=referral&amp;utm_content=pri22296/arm&amp;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 <http://armine.readthedocs.io/en/latest/>`_
        
        * `Source <https://github.com/pri22296/armine>`_
        
        * `API Reference <http://armine.readthedocs.io/en/latest/source/armine.html#module-armine>`_
        
        
        .. inclusion-marker-links-end
        
        
        .. inclusion-marker-license-start
        
        **************************************************************************
        License
        **************************************************************************
        
        This project is licensed under the MIT License - see the `LICENSE.txt <https://github.com/pri22296/arm/blob/master/LICENSE.txt>`_ file for details.
        
        
        .. inclusion-marker-license-end
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
