Answered step by step
Verified Expert Solution
Question
1 Approved Answer
plese provide the code https://archive.ics.uci.edu/ml/datasets/clickstream+data+for+online+shopping There will be two files: names (with description of the data), data (dataset). This dataset contains information on clickstream from
plese provide the code
https://archive.ics.uci.edu/ml/datasets/clickstream+data+for+online+shopping There will be two files: names (with description of the data), data (dataset). This dataset contains information on clickstream from online store offering clothing for pregnant women. Data are from five months of 2008 and include, among others, product category, location of the photo on the page, country of origin of the IP address and product price in US dollars. A research paper by the authors of this dataset describing the results can be downloaded from 1 . The dataset contains 201,814 instances and 14 features. Take a subset of this dataset (as much as your tool permits) and using the Apriori algorithm do the following: 1. Find the most popular colours (highest support) 2. Find the most popular clothing models 3. Find the most popular clothing models chosen by visitors (by country) 4. List top 10 association rules with the highest support for clothing models by country 5. List top 10 association rules with the highest lift for clothing models by country 6. Comment on the resultsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started