Home Knowledge Base Equalized odds

Equalized odds is a fairness criterion in machine learning that requires a classifier to have the same true positive rate and same false positive rate across all demographic groups. It ensures that the model's accuracy and errors are distributed equally, regardless of group membership.

Formal Definition

A classifier satisfies equalized odds with respect to a protected attribute A (e.g., race, gender) and true label Y if:

$$P(\hat{Y}=1|A=a, Y=y) = P(\hat{Y}=1|A=b, Y=y) \quad \forall y \in \{0,1\}$$

This means:

Why It Matters

Relationship to Other Fairness Metrics

Achieving Equalized Odds

Equalized odds is one of the most widely studied fairness criteria and is referenced in AI regulations and fairness auditing frameworks.

equalized oddsfairness

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.