A simple implementation of Apriori algorithm to finnd the frequent itemsets and extract the association rules.
esmailza/Apriori-algorithm-apache-spark
An Apache Spark implementation of the Apriori algorithm to calculate the frequent item sets and association rules.
Python