Skip to content

Add Predictive Parity Explainer#72

Merged
yakew7 merged 7 commits into
yakew7:mainfrom
propcgamer20-png:main
Jul 6, 2026
Merged

Add Predictive Parity Explainer#72
yakew7 merged 7 commits into
yakew7:mainfrom
propcgamer20-png:main

Conversation

@propcgamer20-png

Copy link
Copy Markdown
Contributor

Summary

Adds Predictive Parity explainer

Type

  • Audit
  • [x ] Explainer
  • Bug fix
  • Other

Audit checklist

  • I opened or linked a corresponding issue first
  • The folder is named after the domain, not the dataset
  • unfair.py includes protected attributes and prints the required output format
  • fair.py removes protected attributes and identified proxy variables
  • Both scripts use random_state=42 and an 80/20 train/test split
  • Proxy variables were actually tested, not just guessed
  • unfair.png and fair.png are included as PNG screenshots
  • The dataset is public and accessible without login or payment
  • The dataset file is included, or DATA.md is included if the file is too large
  • README.md includes the new results row and audit section
  • A notebook was added if the audit benefits from one

Before fairness gap:

After fairness gap:

Reduction:

Protected attribute(s):

Proxy variables dropped:


Explainer checklist

  • [x ] The file is in explainers/ and uses lowercase hyphenated naming
  • [x ] It includes a plain-language definition
  • [x ] It uses a real example from this repo or a documented real-world case
  • [ x] It includes runnable Python detection or measurement code
  • [ x] It acknowledges limitations or trade-offs
  • [ x] It links to related explainers or repo projects
  • [ x] It includes 2-3 primary sources
  • [ x] The Explainers table in README.md was updated

Linked issue

Closes #66

Added an explainer on predictive parity, detailing its definition, formula, and implications in fairness metrics. Included real-world examples, detection code, and when to use predictive parity.
Updated the explainer on predictive parity to clarify definitions, metrics, and their implications in fairness assessments. Added sections on limitations, trade-offs, and related concepts.
Added a new explainer on Predictive Parity with detailed comparisons and limitations, along with updates to the website and documentation.
Removed duplicate roadmap item for Fairness Dashboard and updated status for other items.
@vercel

vercel Bot commented Jul 6, 2026

Copy link
Copy Markdown

@propcgamer20-png is attempting to deploy a commit to the yashkewlani2020-gmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

@yakew7 yakew7 merged commit b380a75 into yakew7:main Jul 6, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Explainer: What Is Predictive Parity?

2 participants