Write-Up On Basket Analysis
Write-Up On Basket Analysis
Submitted by:
Name- Vanshika Modi
Campus- Gurgaon
The association rule learning is one of the very important concepts of machine learning, and it is
employed in Market Basket analysis, Web usage mining, continuous production, etc. Here
market basket analysis is a technique used by the various big retailer to discover the associations
between items. We can understand it by taking an example of a supermarket, as in a
supermarket, all products that are purchased together are put together. In Market Basket
Analysis: Association Rule Learning is one of the popular examples and applications of
association rule mining. This technique is commonly used by big retailers to determine
the association between items. It helps the marketers to figure out what product is purchased
with what product or if certain products are purchased together as a group of items which they
can use to strategize on the cross-selling activities.
To put simply Market Basket Analysis looks at the purchase coincidence with the items
purchased among the transactions. i.e., what is purchased with what? For example, in a foot-wear
store, a shoe is often purchased with a pair of socks. When two or more products are purchased,
Market Basket Analysis is done to check whether the purchase of one product increases the
likelihood of the purchase of other products. This knowledge is a tool for the marketers to bundle
the products or strategize a product cross sell to a customer.
A retail shop manager can stock same amount of sugar and coffee powder in his shop.
He can place these items optimally in a store for the ease of picking by the customer.
To determine what products are frequently bought. Thankfully we have a better option for such
an analysis with a machine learning technique known as association rules mining (ARM)
It leverages an algorithm that is very effective at uncovering interesting relationships between
variables in large datasets.
market basket analysis, which identified which combination of products are often purchased by
customers.
finding any product that had a strong relationship with any other product.
ARM produces a set of rules that describes how any given variable (a product in this case)
relates to other variables in a dataset. The rules can be very simple with only one or two
relationships mapped or they can be very complex with many relationships described. Each
relationship is evaluated using a set of three criteria:
1. Lift: How many more times X and Y occur together than expected.
The associated support, confidence, and lift help us understand the strength of any given rule.