The Models Going Stale
A hard Pipeline Design interview practice problem on DataDriven. Write and execute real pipeline design code with instant grading.
- Domain
- Pipeline Design
- Difficulty
- hard
- Seniority
- L6
Problem
Our data science team has trained several risk models in SageMaker but they go stale quickly because features aren't refreshed fast enough. We need a proper feature pipeline that keeps the feature store current so models can serve accurate predictions at low latency. Design the feature pipeline and feature store architecture.
Summary
The model is only as good as what you feed it.
Practice This Problem
Solve this Pipeline Design problem with real code execution. DataDriven runs your solution and grades it automatically.