/Apriori-Algorithm-Impl.

Given a dataset of a market's transactions, we are about to implement Apriori algorithm and analyze the frequent item sets

Primary LanguageJupyter Notebook

Implementation of Apriori Algorithm

Apriori is an algorithm for frequent item-set mining and association rule learning over relational databases. In this project we are given a grocery store dataset which includes items that were bought together. We are about to perform an exploratory data analysis first, and then implement the apriori algorithm in order to find frequent individual items in the dataset.