• Stars
    star
    1
  • Language
    Python
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of the Apriori algorithm (Agrawal & Srikant) that finds frequent itemsets with support at least s (support threshold) and association rules with confidence at least c (confidence threshold).