You 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.)
- Remove training examples of high-performing subgroups, and retrain the model.
- Add an additional objective to penalize the model more for errors made on the minority class, and retrain the model
- Remove the features that have the highest correlations with the majority class.
- Upsample or reweight your existing training data, and retrain the model
- Redeploy the model, and provide a label explaining the model's behavior to users.
Reveal Solution Next Question