week-7 assignment
clone / copy the directory
Once the it is cloned, it shows code directory and with in the code directory there will be three files -> code/apriori_starter.py -> code/test_apriori.py -> code/BMS1_spmf.txt
Follow the steps given below to run the progam -> cd to ./code directory -> python apriori_starter.py BMS1_spmf.txt 0.01
Note: last two parameters are input file and minimum support. If minimum support is not passed then it takes 0.05 (5%) as minimum support