A healthcare organization uses Einstein Discovery to predict patient readmission risk. The model uses protected attributes like race and age as features. Which action best aligns with Salesforce's ethical AI principles?
Trap 1: Remove race and age features entirely to ensure fairness.
Age may be clinically relevant; removal could reduce accuracy unfairly.
Trap 2: Replace age with an age group bucket to reduce granularity.
This does not address bias from race; still problematic.
Trap 3: Use the model as is because predictions are accurate.
Accuracy does not justify ethical or legal risk.
- A
Retain the features but monitor for disparate impact and ensure compliance with regulations.
Ethical AI allows use if monitored and regulated.
- B
Remove race and age features entirely to ensure fairness.
Why wrong: Age may be clinically relevant; removal could reduce accuracy unfairly.
- C
Replace age with an age group bucket to reduce granularity.
Why wrong: This does not address bias from race; still problematic.
- D
Use the model as is because predictions are accurate.
Why wrong: Accuracy does not justify ethical or legal risk.