Skip to content

An implementation of the Equivalence Class Transformation Association Rule Mining algorithim in Python

License

Notifications You must be signed in to change notification settings

Hellisotherpeople/ECLAT-Association-Rule-Mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ECLAT-Association-Rule-Mining

An implementation of the Equivalence Class Transformation Association Rule Mining algorithim in Python

I wrote this while I was bored and looking for a good algorithim to speed up with Cython. Unfortunately, this problem doesn't lend itself to being optimized so easily (and the FP-tree method of frequent pattern mining is much faster).

This algorithim is still pretty fast on the sorts of datasets that it excels on (a store that sells 10 items with 1 million records) but on a dataset of 1000 items with 1000 records it will chugg

My work is messy. Maybe I'll go back and clean it up one day.

About

An implementation of the Equivalence Class Transformation Association Rule Mining algorithim in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published