Skip to content

Using Association Rule Mining and Apriori Algorithm this program can deduce rules among itemsets

Notifications You must be signed in to change notification settings

sharozhaseeb/Market-Basket-Analysis

Repository files navigation

Market-Basket-Analysis

Prerequisites

Import the respective libraries through install packages module of RStudio

  1. arules
  2. arulesviz
  3. RColorBrewer
  4. Matrix

You will also need Rtools if you dont have already.

Flow of calculating rules by association rule mining strategy.

First association rules are calculated from the dataset on the respective itemsets
We get support, cofidence and lift values which are the core to our model.
Then depending on our user provided parameters we filter the rules according to MinSupport and MinConfidence values, this reduces the computational complexity exponentially.
Then we are given all association rules and we filter the top ones as they have strong association and these are the ones that we acually need to implement to increase business throughput.

About

Using Association Rule Mining and Apriori Algorithm this program can deduce rules among itemsets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published