File size: 1,977 Bytes
08ae08c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | ---
license: apache-2.0
tags:
- healthcare
- hospital-readmission
- fairness-evaluation
- bias-detection
- ai-ethics
---
# Hospital Readmission Risk - Phase 5: Fairness Evaluation Results
This repository contains the results from Phase 5: Fairness Evaluation & Deployment Readiness.
## Contents
### Outputs
- `outputs/fairness_report.json`: Comprehensive fairness evaluation report
- `outputs/group_metrics_*.csv`: Performance metrics by demographic group (race, gender, age)
- `outputs/statistical_tests.json`: Statistical significance tests for bias detection
- `outputs/risk_categories_*.csv`: Risk category distribution by demographic group
## Fairness Metrics Evaluated
### Demographic Parity
Measures if intervention rate is similar across demographic groups (±5% tolerance).
### Equalized Odds
Measures if True Positive Rate (TPR) and False Positive Rate (FPR) are similar across groups (±5% tolerance).
### Equal Opportunity
Measures if True Positive Rate (TPR) is similar across groups (±5% tolerance).
## Statistical Tests
- **Chi-square test**: Tests independence of intervention rate and demographic group
- **Two-proportion z-test**: Tests TPR/FPR differences between groups
## Model Information
- **Model**: Gradient Boosting (LightGBM) with Platt Calibration
- **Optimal Threshold**: From Phase 4 ROI analysis
- **Test Set**: 15,265 patients
- **Demographics**: Race (6 categories), Gender (3 categories), Age (10 ranges)
## Usage
These results can be used for:
- Assessing model fairness before deployment
- Identifying potential bias in predictions
- Determining if bias mitigation is needed
- Creating model cards with fairness documentation
- Meeting regulatory requirements for AI fairness
## Deployment Readiness
Review the fairness report to determine if the model is ready for deployment or if bias mitigation strategies are needed.
## Citation
If you use these results, please cite the hospital readmission risk prediction project.
|