task1.py : Calculates the combinations of frequent businesses (as singletons, pairs, triples, etc.) that are qualified as frequent given a support threshold from the YELP Dataset.
task2.py: Implemented the Savasere, Omiecinski & Navathe(SON) algorithm to find frequent itemsets of all sizes, efficiently within a total timeconstraint of 300 seconds. Used PCY (Park, Chen, and Yu) algorithm to obtain candidate itemsets