all labs
Module 02 · Foundations of AI Product Management

Mapping the AI Transition: From Rules to Probabilities

You are the new AI PM at 'Global-Bank'. The bank currently uses a manual 'If-Then' rule system to flag fraud, but it misses too many evolving patterns. You need to lead the transition to a probabilistic AI system, determine which AI tech stack is needed, and design a 'Human-in-the-loop' strategy to handle model errors.

45 minBeginner 3 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

bank_transactions.csv

20 bank transactions including transaction IDs, amounts, locations, and a 'current_rule' column showing existing rule-based outcomes.

Contains one missing value (row 112) and one duplicate (rows 118/119) to reflect 'Cold Start' data quality pitfalls.

trans_id(integer)amount(number)location(string)current_rule(string)
1016000New YorkFlagged
102150LondonApproved
10380UnknownApproved
1045500ParisFlagged
10510New YorkApproved
1067200TokyoApproved
107220BerlinApproved
10845UnknownApproved
1095100MadridFlagged
110600RomeApproved
11130New YorkApproved
1124900Chicago
11312000DubaiFlagged
11475LondonApproved
1155800SeoulFlagged
116320ParisApproved
11790BerlinApproved
1186500New YorkFlagged
1196500New YorkFlagged
120200TokyoApproved