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

https://github.com/ebadshabbir/apriori-algorithm

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.
https://github.com/ebadshabbir/apriori-algorithm

apriori-algorithm association-rule-learning jupyter-notebook machine-learning python

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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:

```bash
pip install numpy pandas matplotlib apyori