* Package name : python-efficient-apriori
Version : 2.0.5
Upstream Author : tommyod <tommy.odland@gmail.com>>
* URL : https://github.com/tommyod/Efficient-Apriori
* License : MIT License
Programming Lang: Python
Description: efficient Python implementation of the Apriori algorithm
An efficient pure Python implementation of the Apriori algorithm.
This repository contains a well-tested implementation of the
Apriori algorithm as described in the original paper by Agrawal et al,
published in 1994. https://www.macs.hw.ac.uk/~dwcorne/Teaching/agrawal94fast.pdf
This package is a dependency of tryton-modules-sale-product-recommendation-association-rule.