DenisDsh/Apriori-Algorithm---Frequent-Itemsets-Association-Rules
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).
Python