Data Mining - Association (Rules Function|Model) - Market Basket Analysis

Thomas Bayes

Data Mining - Association (Rules Function|Model) - Market Basket Analysis

About

Association Rule is an unsupervised data mining function.

It finds rules associated with frequently co-occurring items, used for:

  • market basket analysis,
  • cross-sell,
  • and root cause analysis.

Data Mining Association

An 'association' is not a causality.

Type

Function

Finds items that tend to co-occur in the data and specifies the rules that govern their co-occurrence

Model

Association models are built on a population of interest to obtain information about that population; they cannot be applied to separate data.

An association model returns rules that explain how items or events are associated with each other.

The association rules are returned with statistics that can be used to rank them according to their probability.

Example

  • Find the items that tend to be purchased together and specify their relationship.
  • Useful for product bundling, in-store placement, and defect analysis
  • Improving ordering and location of product
  • Improving supply chain and distribution of product
  • Remind a customer to buy an associated article
  • Remind to mail also an associated person (Gmail Options)

Usage

Upsell

Basket Analysis Joke 1)

Documentation / Reference





Discover More
Card Puncher Data Processing
(Statistics|Machine Learning|Data Mining) - (Unit|Individual|Case|Subject|Observation|Instance|Input)

in Statistics. Each member of a sample is also known as: a unit an individual a case a subject an instance an observation input data Data contains values grouped into variables and observations....
Odm Rule Data Mining
Data Mining - (Decision) Rule

Some forms of predictive data mining generate rules that are conditions that imply a given outcome. Rules are if-then-else expressions; they explain the decisions that lead to the prediction. They...
Division
Data Mining - (Descriptive|Discovery) (Analysis|Statistics)

Descriptive analysis is also known as Descriptive statistics They are procedures used to summarize, organize, and simplify data. Descriptive function are always unsupervised See also . Visual...
Model Funny
Data Mining - (Function|Model)

The model is the function, equation, algorithm that predicts an outcome value from one of several predictors. During the training process, the models are build. A model uses a logic and one of several...
Data Mining Algorithm
Data Mining - Algorithms

An is a mathematical procedure for solving a specific kind of problem. For some data mining functions, you can choose among several algorithms. Algorithm Function Type Description Decision...
Thomas Bayes
Data Mining - Apriori algorithm

Apriori is an Unsupervised Association algorithm performs market basket analysis by discovering co-occurring items (frequent itemsets) within a set. Apriori finds rules with support greater than a specified...
Thomas Bayes
Data Mining - Data Mining - (Data|Knowledge) Discovery - Statistical Learning

Data Mining can be defined as the automatic or semiautomatic task of extracting previously unknown information from a large quantity of data. Data mining try to discover in data unknown: unexpected...
Thomas Bayes
Machine Learning - Unsupervised Learning ( Mining )

Unsupervised learning is the second type of function that an algorithm can perform. The algorithm is said to be unsupervised when no response is used in the algorithm. Unsupervised Learning has the goal...
Card Puncher Data Processing
Statistics - Sample (Variable | Attribute | Feature)

A (statistician|data miner) studying a population would be interested in collecting information different characteristics of the subject (like their length, or weight, or age) in a sample. Those characteristics...
Basket Analysis Joke
Web Analytics - Page views (PV)

id The unique ID of the page or screen call itself received_at When the page or screen call was received sent_at When the page or screen call was triggered by the user a collaborative recommandation...



Share this page:
Follow us:
Task Runner