Fairness Metrics
Fairness metrics are quantitative measures used to detect whether a data set or machine learning model produces biased outcomes, particularly with respect to sensitive groups such as those defined by demographic characteristics. They help practitioners assess whether a model's predictions or decisions differ across groups or individuals in ways that may be considered unfair. It is important to note that there is no single universal fairness metric; different metrics reflect different, and sometimes mutually incompatible, definitions of what fairness means.
Fairness metrics are a set of quantitative measures used to detect and characterize bias in data or model outputs, typically evaluated with respect to membership in a sensitive group. They encompass distinct fairness notions that are frequently conflated but should be kept separate: group-level metrics (for example, demographic parity, which aims for model predictions to be statistically independent of sensitive group membership) and individual fairness (embodied in the principle that similar individuals should receive similar decisions). As commonly documented in the literature, several widely used fairness metrics can be expressed within a common mathematical framework, and formal results show that certain metrics cannot be simultaneously satisfied except under restrictive conditions, meaning metric selection involves explicit trade-offs. Fairness metrics measure statistical properties of outcomes and do not, on their own, establish legal or normative fairness; the appropriate metric is context- and jurisdiction-dependent and out of scope for any single definition. Practitioners should also distinguish bias (a measurable disparity in data or predictions) from fairness (a normative judgment that such disparities are or are not acceptable), as the two are related but not identical.
Why it matters
Fairness metrics translate an abstract concern—whether a model treats groups or individuals inequitably—into quantitative measures that can be tested, monitored, and documented. Within model risk management, this matters because a model can perform well on aggregate accuracy while still producing disparate outcomes across sensitive groups. Without explicit fairness measurement, such disparities may go undetected until they surface in operations, audit, or regulatory review. Measuring bias is a prerequisite to deciding whether observed disparities are acceptable, but the measurement itself does not resolve that question.
A central reason fairness metrics warrant careful treatment is that there is no single universal metric. Different metrics encode different notions of what fairness means, and formal results in the literature show that certain metrics cannot be simultaneously satisfied except under restrictive conditions. This means selecting a fairness metric is not a neutral technical step; it involves an explicit trade-off between competing definitions of fairness. Choosing one metric implicitly deprioritizes others, and that choice should be documented, justified, and, where relevant, aligned to the specific context and jurisdiction in which the model operates.
Who it's relevant to
Inside Fairness Metrics
Common questions
Answers to the questions practitioners most commonly ask about Fairness Metrics.