
Ultimate access to all questions.
You work for a pharmaceutical company based in Canada that has developed a BigQuery ML model to predict the number of flu infections for the upcoming month across the country. This model uses various data inputs, such as weather data published weekly and flu infection statistics published monthly. With the goal of minimizing costs while maintaining the model's accuracy, you need to configure a model retraining policy. What should you do?
A
Download the weather and flu data each week. Configure Cloud Scheduler to execute a Vertex AI pipeline to retrain the model weekly.
B
Download the weather and flu data each month. Configure Cloud Scheduler to execute a Vertex AI pipeline to retrain the model monthly.
C
Download the weather and flu data each week. Configure Cloud Scheduler to execute a Vertex AI pipeline to retrain the model every month.
D
Download the weather data each week, and download the flu data each month. Deploy the model to a Vertex AI endpoint with feature drift monitoring, and retrain the model if a monitoring alert is detected.