"Frequent Mining Algorithms" is a Python library that includes frequent mining algorithms. This library contains popular algorithms used to discover frequent items and patterns in datasets. Frequent ...
The usage of the Apriori implementation as well as a performance comparison of standard Apriori versus randomized Apriori is contained in the notebook apriori.ipynb.