From 4ce325d5ddfd800f40ae9409cc4aadb574b5c365 Mon Sep 17 00:00:00 2001 From: propcgamer20-png Date: Mon, 31 Aug 2026 09:05:55 +0530 Subject: [PATCH 1/4] Add tenant screening project to explainers --- scripts/build_explainers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_explainers.py b/scripts/build_explainers.py index c41defe..c84bca3 100644 --- a/scripts/build_explainers.py +++ b/scripts/build_explainers.py @@ -42,6 +42,7 @@ "Insurance Denial": "project-insurance", "Benefits Denial": "project-benefits", "Healthcare Readmission": "project-readmission", + "Tenant Screening": "project-tenant", } From 5449bcca72d6661b88690a35e1e0448bf598df23 Mon Sep 17 00:00:00 2001 From: propcgamer20-png Date: Mon, 31 Aug 2026 09:06:23 +0530 Subject: [PATCH 2/4] Fix spelling of 'Ai Fair Recruitment Dataset' Corrected the spelling of 'Recruitment' in project anchors. --- assets/explainers-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/explainers-ui.js b/assets/explainers-ui.js index b42c02d..27316ef 100644 --- a/assets/explainers-ui.js +++ b/assets/explainers-ui.js @@ -14,11 +14,11 @@ const projectAnchors = { 'COMPAS': 'project-compas', 'AI Fair Recruitment': 'project-hiring', - 'Ai Fair Recrutment Dataset': 'project-hiring', 'German Credit Lending': 'project-credit', 'Insurance Denial': 'project-insurance', 'Benefits Denial': 'project-benefits', 'Healthcare Readmission': 'project-readmission', + 'Tenant Screening': 'project-tenant', }; function escapeHtml(value) { From ddc2c487ce739d8c2e3d6c3b6efa66c932bb257f Mon Sep 17 00:00:00 2001 From: propcgamer20-png Date: Mon, 31 Aug 2026 09:07:15 +0530 Subject: [PATCH 3/4] Fix duplicate entries in related projects list Removed duplicate list items under 'Related Projects in This Repo'. --- explainers/fairness-through-unawareness.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explainers/fairness-through-unawareness.html b/explainers/fairness-through-unawareness.html index c7e15e1..9c43bc3 100644 --- a/explainers/fairness-through-unawareness.html +++ b/explainers/fairness-through-unawareness.html @@ -267,7 +267,7 @@

Related Concepts

-
  • Tenant Screening/ - the audit above, where dropping race increased the measured gap rather than closing it.
  • Insurance Denial/ - a second real audit in this repo's benchmark harness where the same unawareness strategy is applied and measured independently.
+
  • Tenant Screening/ - the audit above, where dropping race increased the measured gap rather than closing it.
  • Insurance Denial/ - a second real audit in this repo's benchmark harness where the same unawareness strategy is applied and measured independently.

Further Reading

Part of The Fair Code Project - exposing and fixing algorithmic bias with real data and open code.

From 8ee63d400b1e00d05cbbd6cc7a161410b32dec7b Mon Sep 17 00:00:00 2001 From: propcgamer20-png Date: Mon, 31 Aug 2026 09:07:33 +0530 Subject: [PATCH 4/4] Fix duplicate list items in equal-opportunity.html --- explainers/equal-opportunity.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explainers/equal-opportunity.html b/explainers/equal-opportunity.html index ab0d807..99f6885 100644 --- a/explainers/equal-opportunity.html +++ b/explainers/equal-opportunity.html @@ -270,7 +270,7 @@

4. Small subgroups make both gap

-
  • COMPAS/ - the audit where Equal Opportunity and Equalized Odds coincide, because the true-positive-rate gap dominates.
  • Tenant Screening/ - the audit where they diverge, because the false-positive-rate gap is actually the larger one.
+
  • COMPAS/ - the audit where Equal Opportunity and Equalized Odds coincide, because the true-positive-rate gap dominates.
  • Tenant Screening/ - the audit where they diverge, because the false-positive-rate gap is actually the larger one.

Further Reading

Part of The Fair Code Project - exposing and fixing algorithmic bias with real data and open code.