Overview
Direct Answer
Market basket analysis is a data mining technique that identifies co-occurrence patterns and association rules between items purchased or selected together in transactional datasets. It uncovers which products, services, or behaviours frequently appear in combination, enabling predictive insights about customer purchasing patterns.
How It Works
The technique applies algorithms such as Apriori or Eclat to transaction data, calculating support (frequency of item co-occurrence), confidence (conditional probability), and lift (strength of association) metrics. These metrics generate association rules—such as 'if customer purchases item A, probability of purchasing item B increases by X%'—ranked by statistical significance and business relevance.
Why It Matters
Retailers and e-commerce organisations use these insights to optimise product placement, bundle offerings, and cross-sell strategies, directly improving transaction value and inventory efficiency. The technique reduces marketing waste by identifying genuine customer affinities rather than relying on demographic assumptions, yielding measurable returns on promotional spend.
Common Applications
Supermarkets analyse checkout data to position complementary products; online retailers use insights to personalise product recommendations and design bundled offers; financial services identify cross-sell opportunities for insurance and investment products; healthcare organisations analyse patient treatment sequences to improve clinical pathways.
Key Considerations
The quality of results depends heavily on data granularity and transaction volume; sparse datasets or those with excessive noise produce unreliable patterns. Discovered associations reflect historical behaviour and may not account for seasonality, market shifts, or causal relationships, requiring domain expertise to translate into actionable strategy.
Cross-References(1)
More in Data Science & Analytics
Propensity Modelling
Statistics & MethodsStatistical models that predict the likelihood of a specific customer behaviour such as purchasing, churning, or responding to an offer, guiding targeted business actions.
Data Silo
Statistics & MethodsAn isolated repository of data controlled by one department, inaccessible to other parts of the organisation.
Real-Time Analytics
Applied AnalyticsThe discipline of analysing data as soon as it becomes available to support immediate decision-making.
Descriptive Analytics
Applied AnalyticsThe analysis of historical data to understand what has happened in the past and identify patterns.
Data Democratisation
Statistics & MethodsMaking data accessible to all members of an organisation regardless of their technical expertise.
Feature Importance
Statistics & MethodsA technique for determining which input variables have the most significant impact on model predictions.
Natural Language Querying
VisualisationThe ability for users to ask questions about data in plain language and receive answers, with AI translating natural language into database queries and visualisations.
Self-Service Analytics
Statistics & MethodsTools and platforms enabling non-technical users to access and analyse data independently.