3c.association Rules - Problemstatement
3c.association Rules - Problemstatement
Instructions:
Please share your answers filled in-line in the word document. Submit code
separately wherever applicable.
Guidelines:
1. An assignment submission is considered complete only when the correct and executable code(s) is
submitted along with the documentation explaining the method and results. Failing to submit either of
those will be considered an invalid submission and will not be considered a correct submission.
2. Ensure that you submit your assignments correctly and in full. Resubmission is not allowed.
3. Post the submission you can evaluate your work by referring to the keys provided. (will be available
only post the submission).
Hints:
1. Business Problem
1.1. What is the business objective?
1.2. Are there any constraints?
2. Work on each feature of the dataset to create a data dictionary as displayed in
the below image:
3. Data Pre-processing
3.1 Data Cleaning, Feature Engineering, etc.
4. Model Building
4.1 Application of Apriori Algorithm
4.2 Build the most frequent item sets and plot the rules
4.3 Work on Codes
5. Deployment
5.1 Deploy solutions
6. Write about the benefits/impact of the solution - in what way does the
business (client) benefit from the solution provided?
Business Objective:
Business Constraints:
Success Criteria:
Business Success Criteria:
ML Success Criteria:
Economic Success Criteria:
Q3. What is the keyword used to import any package to the Python session’s memory?
Q12. To remove the infrequent items from data which algorithm is used?
Q17. What is the threshold value of the Lift ratio of a rule to declare it as a good Association rule?