Questions: Fairness in Machine Learning

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A recidivism prediction model is well-calibrated across racial groups — among defendants who receive a 70% risk score, roughly 70% actually reoffend, regardless of race. However, the model's false positive rate is higher for Black defendants than for White defendants. Which of the following is true?

AThe model satisfies both calibration and equalized odds
BThe model satisfies calibration but violates equalized odds
CThe model violates calibration because error rates differ across groups
DThe model must be retrained — both calibration and equalized odds can always be satisfied simultaneously
Question 2 Multiple Choice

Why does demographic parity have a fundamental limitation as a fairness criterion for a medical diagnosis model?

ADemographic parity is too computationally expensive to enforce for medical models
BIt requires equal positive prediction rates across groups, which would force the model to either over-predict for low-prevalence groups or under-predict for high-prevalence groups
CMedical models are exempt from fairness requirements under HIPAA regulations
DDemographic parity only measures false positives, ignoring the impact of false negatives on patient care
Question 3 True / False

A machine learning model that satisfies demographic parity necessarily also satisfies equalized odds.

TTrue
FFalse
Question 4 True / False

When base rates of the target outcome differ between groups, it is mathematically impossible to simultaneously achieve calibration, equal false positive rates, and equal false negative rates.

TTrue
FFalse
Question 5 Short Answer

Why must the choice of fairness metric depend on the application context rather than being defined universally for all machine learning systems?

Think about your answer, then reveal below.