Predictive parity is a sufficiency-based fairness metric that holds when a model's positive predictive value (PPV)—the probability that a positive prediction is correct—is identical across different demographic groups. Formally, it requires that P(Y=1 | Ŷ=1, A=a) = P(Y=1 | Ŷ=1, A=b) for all groups a and b, meaning a positive outcome from the classifier implies the same likelihood of actual success regardless of group membership.
Glossary
Predictive Parity

What is Predictive Parity?
Predictive parity is a group fairness criterion requiring that the positive predictive value (PPV), or precision, be equal across all groups defined by a protected attribute.
This criterion is often contrasted with equalized odds and equal opportunity, which focus on error rates conditioned on the true outcome. Predictive parity ensures that decision-makers can interpret a positive prediction with uniform confidence across groups, making it particularly relevant in lending and hiring contexts where the cost of a false positive must be equitably distributed. However, it is mathematically impossible to simultaneously satisfy predictive parity, equalized odds, and demographic parity when base rates differ between groups, a fundamental tension known as the impossibility theorem of fairness.
Key Characteristics of Predictive Parity
Predictive parity, also known as test-fairness or positive predictive value parity, is a sufficiency-based fairness metric. It requires that a model's precision—the probability that a positive prediction is correct—be identical across all groups defined by a protected attribute. This ensures that a positive outcome signifies the same level of confidence regardless of group membership.
Core Definition: Positive Predictive Value (PPV) Equality
Predictive parity is satisfied when P(Y=1 | Ŷ=1, A=a) = P(Y=1 | Ŷ=1, A=b) for all groups a and b. In simpler terms, if the model predicts a positive outcome, the probability that this outcome is truly positive must be the same for every demographic group. This metric focuses exclusively on the precision of the positive class, making it a sufficiency criterion—the prediction score is sufficient to determine the outcome, and group membership adds no further information.
Mathematical Formulation and Threshold Logic
The metric is formally defined as the equality of the conditional probability of the true label given a positive prediction. For a binary classifier with a risk score R and threshold t, it requires:
- P(Y=1 | R > t, A=a) = P(Y=1 | R > t, A=b)
This is equivalent to requiring that the precision metric be equal across groups. A key implication is that a single, global decision threshold can be used for all groups while satisfying this condition, unlike other fairness metrics that may require group-specific thresholds.
Relationship to Calibration
Predictive parity is a form of group-wise calibration for the positive class. A model is well-calibrated if, for all instances assigned a probability score of s, the fraction of true positives is exactly s. Predictive parity specifically requires this calibration to hold within each group for the positive prediction outcome. If a model is well-calibrated for all groups, it automatically satisfies predictive parity. However, predictive parity alone does not guarantee full calibration across all score ranges.
Incompatibility with Equalized Odds
A fundamental result in algorithmic fairness is the impossibility theorem: except in trivial cases, predictive parity cannot be simultaneously satisfied with equalized odds (equality of both true positive and false positive rates) and demographic parity when base rates differ between groups. If the prevalence of a positive outcome (Y=1) is different across groups, a model cannot have both equal precision and equal error rates. This forces practitioners to choose which fairness definition aligns with their ethical and legal context.
Use Case: High-Stakes Selection Decisions
Predictive parity is the preferred fairness metric in scenarios where a positive prediction triggers a high-cost intervention or a valuable opportunity. Common applications include:
- Loan approval: Ensuring that among all applicants approved for a loan, the rate of successful repayment is the same across all demographic groups.
- University admissions: Guaranteeing that admitted students have an equal probability of graduating, regardless of background.
- Pre-trial release: Ensuring that among those predicted to be low-risk, the actual recidivism rate is equal across groups.
In these cases, the cost of a false positive is high, making precision the paramount concern.
Limitations and the Problem of Self-Fulfilling Prophecies
A critical limitation is that predictive parity can mask systemic bias by perpetuating historical inequalities. If a disadvantaged group has been historically denied loans, the subset of that group that does receive loans may be exceptionally creditworthy, leading to a high PPV. A model satisfying predictive parity would then only approve the most exceptional candidates from that group, reinforcing the status quo. It also ignores false negatives, meaning it does not measure how many qualified individuals from a disadvantaged group are wrongly denied an opportunity.
Predictive Parity vs. Other Fairness Metrics
A comparison of Predictive Parity against other common group fairness metrics, highlighting their definitions, requirements, and trade-offs.
| Feature | Predictive Parity | Equalized Odds | Demographic Parity |
|---|---|---|---|
Formal Definition | P(Y=1|Ŷ=1, A=a) = P(Y=1|Ŷ=1, A=b) | TPR and FPR equal across groups | P(Ŷ=1|A=a) = P(Ŷ=1|A=b) |
Fairness Criterion Family | Sufficiency | Separation | Independence |
Focuses on Calibration of Positive Predictions | |||
Requires Equal Error Rates Across Groups | |||
Allows Use of Protected Attribute if Base Rates Differ | |||
Satisfies 'Unawareness' When Base Rates are Equal | |||
Compatible with Perfectly Calibrated Classifier | |||
Primary Legal/Regulatory Alignment | Business necessity defense | Equal opportunity mandates | Disparate impact (80% rule) |
Frequently Asked Questions
Clear, technical answers to the most common questions about predictive parity, a sufficiency-based fairness metric that ensures positive predictions carry the same meaning across groups.
Predictive parity is a sufficiency-based fairness metric that requires a classifier's positive predictive value (PPV) —also called precision—to be equal across all groups defined by a protected attribute. In practice, this means that if a model predicts a positive outcome for an individual, the probability that this prediction is correct must be the same regardless of the individual's group membership. The metric is satisfied when P(Y=1 | Ŷ=1, A=a) = P(Y=1 | Ŷ=1, A=b) for all groups a and b, where Y is the true outcome, Ŷ is the predicted outcome, and A is the sensitive attribute. Predictive parity focuses on the meaning of a positive prediction rather than the rate of positive predictions, making it particularly relevant in high-stakes domains like hiring, lending, and criminal justice, where a positive decision must carry consistent evidentiary weight across demographic groups.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Predictive parity is one of several statistical fairness criteria. These related terms define alternative or complementary constraints used to audit algorithmic equity.
Equalized Odds
A separation-based fairness metric requiring a classifier to have equal true positive rates and equal false positive rates across different sensitive groups. Unlike predictive parity, which conditions on the prediction, equalized odds conditions on the true outcome. This ensures that the model's errors are distributed equally, but it can conflict with calibration when base rates differ across groups.
Demographic Parity
An independence-based fairness criterion requiring a model's positive prediction rate to be equal across all groups defined by a protected attribute. Also known as statistical parity, this metric focuses solely on the distribution of predictions, ignoring the true outcome. It is often legally motivated but can permit 'lazy' solutions that select unqualified individuals from disadvantaged groups to meet the quota.
Equal Opportunity
A relaxed version of equalized odds that constrains only the true positive rate to be equal across groups. This ensures that among individuals who would succeed, the same proportion is correctly identified regardless of group membership. It does not constrain false positive rates, making it a weaker but more achievable fairness standard than full equalized odds.
Calibration (by Group)
A sufficiency-based criterion requiring that for any predicted risk score, the probability of actually belonging to the positive class is the same across groups. Calibration and predictive parity are closely related: if a classifier is well-calibrated for all groups, predictive parity is automatically satisfied. However, calibration and equalized odds are provably incompatible when base rates differ.
Counterfactual Fairness
A causal definition of fairness where a prediction for an individual is considered fair if it remains the same in the actual world and a counterfactual world where the individual belonged to a different demographic group. This approach requires a structural causal model and goes beyond purely statistical metrics like predictive parity by explicitly modeling the causal pathways of discrimination.
Individual Fairness
A fairness principle requiring that similar individuals receive similar predictions, formalized by a distance metric constraint on the input and output spaces. Unlike predictive parity, which is a group-level metric, individual fairness operates at the granularity of specific pairs of individuals. This approach avoids the statistical averaging that can mask unfairness against intersectional subgroups.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us