Skip to content

daniel-theis/H-M-Dataset-Apriori-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Data Scientist exercise: H&M Dataset

Given the historical transaction data, examine the dataset to individuate the most commonly bought together items, and the rarest combinations.

Association rule mining

The exercise has been completed by implementing the association rule mining method through the apriori algorithm.

repository used: https://borgelt.net/pyfim.html

Installing requirements

dataset: https://www.kaggle.com/c/h-and-m-personalized-fashion-recommendations

pip install -r requirements.txt
pip install pyfim==6.28

About

Apriori algorithm implementation on H&M Dataset, to find the most common and rarest item combinations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors