all labs
Module 04 · Building and Iterating AI Products

Defining the AI MVP for 'RetailFlow' Recommendation Engine

You are the AI Product Manager at 'RetailFlow'. Leadership wants a 'smart' recommendation engine to boost sales. You must move away from 'Data Perfectionism' and define a fast, experimental MVP that uses existing data and addresses the 'Cold Start' problem without waiting months for a perfect model.

45 minBeginner 4 outcomes 6 steps · 3 checkpoints
lab progress0/9 · 0%

Step-by-step

Check my work

Not sure if you're doing it right? Paste what you've written or done so far and get instant feedback scored against this lab's rubric.

Dataset

retail_traffic_silver.csv

'Silver Data' (raw, messy logs) from recent customer purchases. 10 rows with some missing values and inconsistent categories to simulate real-world 'messy' conditions.

Contains one duplicate (User 101) and one null value (User 104) to represent 'Silver Data'.

user_id(integer)item_purchased(string)category(string)timestamp(string)
101Wireless MouseElectronics2023-10-01 10:00
102Yoga MatFitness2023-10-01 10:05
103Laptop Standelectronics2023-10-01 11:20
104Coffee Beans2023-10-01 12:15
105Desk LampHome2023-10-01 13:00
101Wireless MouseElectronics2023-10-01 10:00
106Running ShoesFitness2023-10-01 14:10
107NotebookOffice2023-10-01 15:30
108HeadphonesElectronics2023-10-01 16:45
109Water BottleFitness2023-10-01 17:20