This is the third assignment for the CS 1656 -- Introduction to Data Science (CS 2056) class, for the Fall 2023 semester. input_filename is the name of the file that contains market basket data that ...
This program implements a simplified version of the Apriori algorithm (Agrawal & Srikant, 1994). The Apriori algorithm is used for frequent item set mining and association rule learning over ...