Question: Association Rules You are given the transaction data shown in the Table below from a fast food restaurant. There are 9 distinct transactions (order:1 order:9)
Association Rules
You are given the transaction data shown in the Table below from a fast food restaurant. There are 9 distinct transactions (order:1 order:9) and each transaction involves between 2 and 4 meal items. There are a total of 5 meal items that are involved in the transactions. For simplicity we assign the meal items short names (M1 M5) rather than the full descriptive names (e.g., Big Mac).
| Meal Item | List of Item IDs | Meal Item | List of Item IDs |
| Order:1 | M1, M2, M5 | Order: 6 | M2, M3 |
| Order:2 | M2, M4 | Order: 7 | M1, M3 |
| Order:3 | M2, M3 | Order: 8 | M1, M2, M3, M5 |
| Order:4 | M1, M2, M4 | Order: 9 | M1, M2, M3 |
| Order:5 | M1, M3 |
|
|
For all of the parts below the minimum support is 2/9 (.222) and the minimum confidence is 7/9 (.777). Note that you only need to achieve this level, not exceed it.
a) Apply the Apriori algorithm to the dataset of transactions and identify all frequent k-itemsets. Show all of your work. You must show candidates but can cross them off to show the ones that pass the minimum support threshold.

b) Find all strong association rules of the form: X ^ Y-, Z and note their confidence values. Hint: the answer is not 0 so you should have at least one frequent 3-frequent itemset. c) Use a visualization tool to show your data b) Find all strong association rules of the form: X ^ Y-, Z and note their confidence values. Hint: the answer is not 0 so you should have at least one frequent 3-frequent itemset. c) Use a visualization tool to show your data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
