Skip to content

Using the Apriori algorithm to do basket analysis on a set of transactions

Notifications You must be signed in to change notification settings

SpeedyIguana/Apriori

Repository files navigation

Apriori

Using the Apriori algorithm to do basket analysis on a set of transactions.

My goal is to learn the algorithm while exploring different languages and different datastructures.

ipynb/

This is the Apriori implemented in a Python notebook since a lot (maybe most) of data analysis happens in Python.

cxx/

This is where the C/C++ implementation will go. It is no secret that C/C++ does run faster and more efficient than Python. Using crow namespace.

About

Using the Apriori algorithm to do basket analysis on a set of transactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published