# Equalized odds

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Equalized_odds
> Markdown URL: https://mediated.wiki/source/Equalized_odds.md
> Source: https://en.wikipedia.org/wiki/Equalized_odds
> Source revision: 1297370390
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

Measure of fairness in machine learning models

**Equalized odds**,[1] also referred to as **conditional procedure accuracy equality** and **disparate mistreatment**, is a measure of [fairness in machine learning](/source/Fairness_(machine_learning)). A classifier satisfies this definition if the subjects in the protected and unprotected groups have equal true positive rate and equal false positive rate,[2] satisfying the formula:

P ( R = + | Y = y , A = a ) = P ( R = + | Y = y , A = b ) y ∈ { + , − } ∀ a , b ∈ A {\displaystyle P(R=+|Y=y,A=a)=P(R=+|Y=y,A=b)\quad y\in \{+,-\}\quad \forall a,b\in A}

For example, A {\displaystyle A} could be gender, race, or any other characteristics that we want to be free of bias, while Y {\displaystyle Y} would be whether the person is qualified for the degree, and the output R {\displaystyle R} would be the school's decision whether to offer the person to study for the degree. In this context, higher university enrollment rates of African Americans compared to whites with similar test scores might be necessary to fulfill the condition of equalized odds, if the "base rate" of Y {\displaystyle Y} differs between the groups.

The concept was originally defined for binary-valued Y {\displaystyle Y} . In 2017, Woodworth et al. generalized the concept further for multiple classes.[3]

## See also

- [Fairness (machine learning)](/source/Fairness_(machine_learning))

- [Color blindness (racial classification)](/source/Color_blindness_(racial_classification))

## References

1. **[^](#cite_ref-1)** Hardt, Moritz; Price, Eric; Srebro, Nathan (2016). ["Equality of Opportunity in Supervised Learning"](https://papers.nips.cc/paper/2016/hash/9d2682367c3935defcb1f9e247a97c0d-Abstract.html). *Neural Information Processing Systems*. **29**. [arXiv](/source/ArXiv_(identifier)):[1610.02413](https://arxiv.org/abs/1610.02413).

1. **[^](#cite_ref-2)** ["Fairness in ML 2: Equal opportunity and odds"](https://www2.cs.duke.edu/courses/fall18/compsci590.1/lectures/FairML2.pdf) (PDF). *www2.cs.duke.edu/*. Duke Computer Science.

1. **[^](#cite_ref-3)** Woodworth, Blake; Gunasekar, Suriya; Ohannessian, Mesrob I.; Srebro, Nathan (2017). ["Learning Non-Discriminatory Predictors"](https://proceedings.mlr.press/v65/woodworth17a.html). *Proceedings of the 2017 Conference on Learning Theory*: 1920–1953. [arXiv](/source/ArXiv_(identifier)):[1702.06081](https://arxiv.org/abs/1702.06081).

This machine learning–related article is a stub. You can help Wikipedia by adding missing information.

- [v](https://en.wikipedia.org/wiki/Template:Machine-learning-stub)
- [t](/source/Template_talk%3AMachine-learning-stub)
- [e](https://en.wikipedia.org/wiki/Special:EditPage/Template:Machine-learning-stub)

This article about ethics is a stub. You can help Wikipedia by adding missing information.

- [v](https://en.wikipedia.org/wiki/Template:Ethics-stub)
- [t](/source/Template_talk%3AEthics-stub)
- [e](https://en.wikipedia.org/wiki/Special:EditPage/Template:Ethics-stub)

---
Adapted from the Wikipedia article [Equalized odds](https://en.wikipedia.org/wiki/Equalized_odds) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Equalized_odds?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
