How to minimize cost for model retraining?
You work for a pharmaceutical company based in Canada. Your team developed a BigQuery ML model to predict the number of flu infections for the next month in Canada. Weather data is published weekly, and flu infection statistics are published monthly. You need to configure a model retraining policy that minimizes cost. What should you do?
Community Votes
100% of anonymous learners picked answer D. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The question tests cost optimization in MLOps, where the trap is selecting a fixed retraining schedule instead of a monitoring-based trigger.
To minimize retraining costs for a flu prediction model, use Vertex AI feature drift monitoring to trigger retraining only when necessary. The community consensus supports this dynamic approach over fixed schedules to optimize resource usage.
Choosing a fixed schedule (Options A, B, or C) because it is straightforward, failing to recognize that retraining only on drift saves significant costs.
Community Discussion (5 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Option D is the optimal solution because it aligns data ingestion with the publication frequency of the sources (weather weekly, flu monthly) and utilizes feature drift monitoring. By retraining only when a monitoring alert is detected, you ensure resources are spent only when the model's predictive power is likely compromised by data changes, directly minimizing costs.Why the Other Options Are Wrong
Options A, B, and C propose fixed retraining schedules (weekly or monthly). While Option C aligns ingestion better than A, all fixed schedules risk incurring unnecessary compute costs by retraining even when the data distribution is stable and the model performance remains adequate. They lack the intelligence to adapt to actual data behavior.Community Comment Notes
Community members emphasized that 'Selective Retraining' is the core concept here, noting that retraining should only occur when feature drift is detected. Comments also highlighted the importance of ingesting weather data weekly to capture potential trends, even if the target variable (flu stats) is only available monthly.Official Reference
Exam Strategy
For questions focused on minimizing operational costs in MLOps, prioritize solutions that use triggers (like monitoring alerts) over fixed time intervals. Ensure the data ingestion strategy matches the availability of the specific data sources.
Related Analysis
Practice All PMLE Questions
Access 65 questions with complete answers and detailed explanations.
View Full PMLE Practice Test →