/apriori

Apply mlxtend's aprirori API on shopping transaction data

Primary LanguageJupyter Notebook

Data preprocessing on shopping transaction data using Python to convert into a dataset that can be fed as an input to Apriori algorithm.

The Apriori algorithm is implemented using mlxtend's API.

Note: This repository is WIP.