Question 149 of 280
Choose 2You recently deployed an ML model. Three months after deployment, you notice that your model is underperforming on certain subgroups, thus potentially leading to biased results. You suspect that the inequitable performance is due to class imbalances in the training data, but you cannot collect more data. What should you do? (Choose two.)
ARemove training examples of high-performing subgroups, and retrain the model.
✓BAdd an additional objective to penalize the model more for errors made on the minority class, and retrain the model
CRemove the features that have the highest correlations with the majority class.
✓DUpsample or reweight your existing training data, and retrain the model
ERedeploy the model, and provide a label explaining the model's behavior to users.
✓
Correct Answer: B, D
Add an additional objective to penalize the model more for errors made on the minority class, and retrain the model
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.