asaini / Apriori

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

Print itemsets sorted by support and confidence rules by confidence #8

Closed arimbr closed 9 years ago

arimbr commented 9 years ago

Thanks for sharing, it worked like a charm!

I thought it would be nice to sort the output by support and confidence to see more easily what are the most popular itemsets and strongest rules.

asaini commented 9 years ago

Looking good @arimbr

Thanks for the pull request. Merging

arimbr commented 9 years ago

Nice!