Skip to content

This repository contains a Python-based implementation of the Apriori Algorithm for performing Market Basket Analysis, a popular data mining technique used to discover associations between items in transactional datasets.

Notifications You must be signed in to change notification settings

EbadShabbir/Apriori-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Market Basket Analysis using Apriori Algorithm

This project implements a market basket analysis using the Apriori algorithm in Python. The goal is to find associations between items frequently purchased together.

Installation

Before running the code, ensure you have the required libraries installed. You can install them using the following command:

pip install numpy pandas matplotlib apyori

About

This repository contains a Python-based implementation of the Apriori Algorithm for performing Market Basket Analysis, a popular data mining technique used to discover associations between items in transactional datasets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published