AIF-C01 · Question #393
A company uses an open source pre-trained model to analyze user sentiment for a newly released product. Which action must the company perform, according to MLOps best practices?
The correct answer is C. Continuously monitor outputs in production. MLOps best practices require continuous monitoring of model outputs in production to detect performance drift, bias, and degradation over time, ensuring the sentiment analysis model remains reliable and compliant after deployment.
Question
A company uses an open source pre-trained model to analyze user sentiment for a newly released product. Which action must the company perform, according to MLOps best practices?
Options
- AUse deep learning to perform hyperparameter tuning.
- BCollect user reviews and label each review as positive or negative.
- CContinuously monitor outputs in production.
- DPerform feature engineering on the input dataset.
How the community answered
(37 responses)- A8% (3)
- B3% (1)
- C76% (28)
- D14% (5)
Explanation
MLOps best practices require continuous monitoring of model outputs in production to detect performance drift, bias, and degradation over time, ensuring the sentiment analysis model remains reliable and compliant after deployment.
Topics
Community Discussion
No community discussion yet for this question.