Data Mining

less than 1 minute read

In this project, I implemented the closed itemset mining and non derivable itemsets from scratch using Python and the built-in itertools and collections libraries in Python. The correctness was tested and verified. By doing so, I deepened my understanding of the fundamentals of data mining.

This project repository can be found here.