16
A model looks good offline but fails in production. What would you check first?
Tap to write answer
0 words | 0 charsPress Enter ↵ to reveal
Your Attempt
0 wordsRefined Model Answer
ReferenceI would compare the training and evaluation data against live traffic to see whether the offline set is representative. Then I would inspect feature availability, preprocessing differences, label delay, and whether the metric matches the product goal. The reason I choose this approach is that offline wins often disappear when the production distribution is different. I would also look at segment-level performance, because failures are often concentrated in a few user groups or edge cases. If needed, I would mention canary rollout and shadow evaluation.