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: 10 months ago
JSON representation
Association Learning for Market Basket Analysis using Apriori and Eclat
- Host: GitHub
- URL: https://github.com/karan-malik/apriori-eclat
- Owner: Karan-Malik
- Created: 2020-07-30T15:01:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T15:23:36.000Z (over 5 years ago)
- Last Synced: 2025-03-04T04:42:25.715Z (about 1 year ago)
- Topics: 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
- Language: Jupyter Notebook
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.