Market Basket
Last updated
Last updated
Analyze historical transaction contents to understand products that are frequently purchased together.
This approach uses a transactional table to aggregate each product purchased in a transaction, and then aggregates transactions together to look for common patterns.
transaction_id
column
Column identifying a unique event ID (i.e., transaction) for which to aggregate line items
sep
value
Text separator to use when aggregating the strings, i.e. ', ' or '|'.
agg_column
column
Product ID or description to use when aggregating into transactions