An open API service indexing awesome lists of open source software.

https://github.com/karan-malik/apriori-eclat

Association Learning for Market Basket Analysis using Apriori and Eclat
https://github.com/karan-malik/apriori-eclat

apriori apriori-algorithm apriori-algorithm-python association-learning association-rule-mining association-rules eclat eclat-algorithm machine-learning machine-learning-algorithms market-basket-analysis market-basket-optimization python python3

Last synced: about 2 months ago
JSON representation

Association Learning for Market Basket Analysis using Apriori and Eclat

Awesome Lists containing this project

README

        

# Apriori and Eclat
Association Learning for Market Basket Analysis using Apriori and Eclat

The python notebooks Apriori.ipynb and Eclat.ipynb are used to analyse the market basket of 7500 customers, shopping at a grocery store during a week. The items which are frequently
bought together are identified and displayed in the order of the significance of this relationship.

The Dataset 'Market_Basket_Optimisation.csv' can be downloaded from the repository. It is also available as a part of the Machine Learning A-Z course on Udemy.