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) { 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 @@
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.Part of The Fair Code Project - exposing and fixing algorithmic bias with real data and open code.
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 @@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.Part of The Fair Code Project - exposing and fixing algorithmic bias with real data and open code.
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", }