cover image

Learn how to use Python's Apriori algorithm to find frequent itemsets in transaction data automatically.

cover image

Uncovering the secret behind why breads are always conveniently placed beside butter in groceries

cover image

Explanation and examples of frequent itemset mining and association rule learning over relational databases in Python

cover image
Affinity Analysis (Market Basket Analysis)
20 Feb 2021
towardsdatascience.com

Have you ever wondered how often do you buy certain items together? Why do you buy some items together? How likely do you purchase an item…

Market Basket Analysis: A Tutorial
19 Feb 2020
kdnuggets.com

This article is about Market Basket Analysis & the Apriori algorithm that works behind it.