Skip to content

Neo28A/MarketBasketAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Market Basket Analysis using Apriori Algorithm

image

Overview

This repository contains a Market Basket Analysis project implemented using the Apriori algorithm. Market Basket Analysis is a technique used to discover relationships and patterns between items purchased by customers. It helps businesses understand customer behavior and make informed decisions regarding product placement, promotions, and recommendations.

Dataset

The dataset used for this project is a transaction dataset containing records of items purchased by customers. The dataset is provided in the dataset directory.

Apriori Algorithm

The Apriori algorithm is a popular association rule mining technique used to find frequent itemsets and generate association rules. It's a fundamental component of Market Basket Analysis. The Apriori algorithm implementation can be found in the apriori.py script in the src directory.

Result

Using the Apriori algorithm, we discovered valuable association rules in the transaction dataset, enabling insights into customer purchase patterns. These rules provide actionable information for product recommendations, store layout optimization, and targeted marketing strategies.

Clone this repository:

https://github.com/Neo28A/MarketBasketAnalysis/tree/main/MarketBasketAnalysis

Contributing

If you'd like to contribute to this project, please open an issue or submit a pull request. We welcome your suggestions, improvements, and collaboration.

Acknowledgments

  • Special thanks to the creators of the Apriori algorithm and the data source used for this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published