
Answer-first summary for fast verification
Answer: Update the existing model by incorporating feedback data from the new services and establish a scheduled retraining and evaluation pipeline to ensure the model remains accurate over time., Implement a continuous integration/continuous deployment (CI/CD) pipeline for the model that automatically retrains and deploys the model based on new data, while also setting up monitoring for model performance and data drift.
To maintain the model's accuracy and relevance after expanding services, it's essential to incorporate new data and establish a routine for regular model retraining and evaluation. This approach addresses the dynamic nature of customer feedback and ensures the model adapts to changes over time. Additionally, automating these processes through a CI/CD pipeline enhances efficiency and scalability, making option E a complementary choice when available. Options A and B suggest limited updates that may not fully capture the evolving data landscape, while option D overlooks the necessity of model updates in response to new data. For further reading, refer to Google Cloud's documentation on AI Platform Pipelines and automated model retraining strategies.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company's Customer Care and Support Office has been using an NLP model to assess general customer satisfaction across its main service categories, with satisfactory performance. Due to a recent expansion in services, you are tasked with refining and updating the model to include new product categories, as well as automating the model's retraining and evaluation processes on Google Cloud Platform (GCP). The solution must consider cost efficiency, scalability, and the dynamic nature of customer feedback data. Which of the following strategies would you implement to achieve these goals? (Choose two correct options)
A
Develop a new model exclusively with data from the newly added services and use an ensemble method to combine predictions from both the old and new models.
B
Retrain the existing model using only the most recent week's customer feedback data to quickly adapt to changes in customer satisfaction trends.
C
Update the existing model by incorporating feedback data from the new services and establish a scheduled retraining and evaluation pipeline to ensure the model remains accurate over time.
D
Defer any updates to the model, assuming its current accuracy and generalization capability will suffice for the new services without additional retraining.
E
Implement a continuous integration/continuous deployment (CI/CD) pipeline for the model that automatically retrains and deploys the model based on new data, while also setting up monitoring for model performance and data drift.
No comments yet.