asaini / Apriori

Python Implementation of Apriori Algorithm for finding Frequent sets and Association Rules
MIT License
771 stars 435 forks source link

Add calculating the lift of the rules #29

Open sudomakeinstall2 opened 4 years ago

sudomakeinstall2 commented 4 years ago

Added the functionality to calculate the lift of the rules we find according to this article: https://en.wikipedia.org/wiki/Association_rule_learning#Lift