- Open the notebook.
- Execute each cell to run the code.
- View the results and outputs for insights.
- Python 3.7 or higher
- Pandas, mlxtend, and other required libraries (install using
pip install -r requirements.txt
)
- The dataset is sourced from Kaggle: Market Basket Analysis.
- Ensure the dataset file ('transaction.csv') is downloaded and placed in the correct location.
This project performs Market Basket Analysis to uncover patterns in customer purchasing behavior. Each phase focuses on specific aspects of data loading, preprocessing, algorithm application, and rule generation.
- Source: Kaggle: Market Basket Analysis
- Description: The dataset contains transactional data from a retail business, including BillNo, Date, and Itemname columns. The goal is to perform Market Basket Analysis and generate association rules.