QuestionQ12
Implement machine learning model lifecycle and operationsA data science team trains a classification model to predict loan-approval outcomes.
Before registering the model, the team must ensure the following:
- Predictions do not disproportionately affect protected groups.
- Prediction errors can be assessed across different data segments.
You need to determine whether the model fulfills Responsible AI expectations.
Which two approaches should you use? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Choose two
- A Analyze error rates across the global cohort.
- B Measure endpoint latency under load.
- C Validate inference schema compatibility.
- D Evaluate feature importance for prediction transparency.
- E Analyze error rates across defined demographic cohorts.
Community Discussion