QuestionQ22
Implement machine learning model lifecycle and operationsA team deploys a classification model to production and scores incoming customer data daily.
After several weeks, business stakeholders report unexpected changes in prediction behavior, although the endpoint remains healthy.
Determine whether data drift is occurring and, if it is, identify the appropriate actions.
Which action should be performed for each observed signal? Each action may be used once, more than once, or not at all.
Drag & Drop
Analyze dataset drift metrics.
Review prediction and ground truth trends.
Investigate scaling and infrastructure metrics.
Rebuild the inference container image.
Input feature distributions differ from training data.
Model accuracy drops without code changes.
Endpoint latency increases under load.
Community Discussion