🔥 3-day streak
Professional Machine Learning Engineer116 / 166
Question 116 of 166
A retail company deploys a demand-forecasting model to a Vertex AI endpoint. Offline evaluation showed strong accuracy, but production predictions are consistently biased low. Investigation reveals that during training, the 'avg_weekly_sales' feature was computed as a 7-day rolling average from a batch pipeline, while the online serving path computes it from the most recent single day's sales pulled from a real-time database. What is the MOST likely cause of the degraded production performance?
Reviewed for accuracy · Report an issueNext question