What is train-serve skew?
- A Preprocessing differing between training and inference, producing silently wrong predictions
- B The training set being larger than the test set
- C Latency during inference
- D Class imbalance in production
Answer
Preprocessing differing between training and inference, producing silently wrong predictions
Shipping the entire pipeline as one artefact, or using a feature store, prevents this whole class of error.





