Skip to content
/ Apriori Public

Apriori algorithm impletation based on hash tree. Dataset: Music.txt.gz (https://snap.stanford.edu/data/web-Amazon.html)

Notifications You must be signed in to change notification settings

SXKA/Apriori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apriori

Apriori algorithm impletation based on hash tree.

Dataset: Music.txt.gz (https://snap.stanford.edu/data/web-Amazon.html)

Execution time

On my computer (CPU: i5-11400H), the program execution time with minimum support 0.0009 about 2 min. 30 sec. Although mlxtend apriori isn't based on hash tree, mlxtend apriori low_memory mode about 1 min. It will faster if memory is enough.

About

Apriori algorithm impletation based on hash tree. Dataset: Music.txt.gz (https://snap.stanford.edu/data/web-Amazon.html)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages