armine

Association Rule Mining


License
Other
Install
pip install armine==0.2.0

Documentation

armine - Association Rule Mining

https://travis-ci.org/pri22296/armine.svg?branch=master https://api.codacy.com/project/badge/Grade/7c5dac25e04c4e16b8ab395eece244d6 Code Health Documentation Status

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.

Installation

pip install armine

Links

License

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