Experiment - Bias detection and mitigation
Problem:We want to build a model to predict if a person will repay a loan. The current model shows bias: it predicts worse for one group (e.g., based on gender or race).
Current Metrics:Training accuracy: 88%, Validation accuracy: 85%, Bias metric (difference in false positive rate between groups): 20%
Issue:The model is biased because it treats one group unfairly, leading to a large difference in error rates between groups.