asaini / Apriori

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

Now it also calculates the lift of the rules along with confidence #18

Closed sudomakeinstall2 closed 4 years ago

sudomakeinstall2 commented 7 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

paoloRais commented 7 years ago

Failed because the test is not modified accordingly.