ML System Design Fundamentals
Progress — 0/8 tasks
1Tasks
Python 3 — Notebook
0/8 solved
1
Dataset & SetupML System Design Fundamentals — Student Lab
Case study: Fraud detection for card-not-present transactions.
This notebook is a structured design doc exercise. Fill in the templates with concise bullets.
Prompt (the interview question)
Design an ML system to detect fraudulent card-not-present transactions in real time.
You must address: requirements, data, modeling, serving, monitoring, and iteration.
0 — Problem framing
1 — Requirements (SLOs + constraints)
Loading editor...
2
1 — Requirements (SLOs + constraints)1 — Requirements (SLOs + constraints)
Loading editor...
3
2 — Metrics (business + model + guardrails)2 — Metrics (business + model + guardrails)
Loading editor...
5
4 — Modeling plan (baselines → iterations)4 — Modeling plan (baselines → iterations)
Loading editor...
6
5 — Serving architecture (online + batch)5 — Serving architecture (online + batch)
Loading editor...