question archive Python using Juypter Notebook You are required to perform market basket analysis (apriori and association rules) on the groceries – groceries
Subject:Computer SciencePrice: Bought3
Python using Juypter Notebook
You are required to perform market basket analysis (apriori and association rules) on the groceries – groceries.csv file.
Plot the 20 most frequent items in the dataset
Get frequent itemsets that have a minimum support of 0.001
Obtain the rules for the itemsets obtained in step 2 and display them in descending order by lift.