Add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- healthcare
|
| 5 |
+
- hospital-readmission
|
| 6 |
+
- threshold-optimization
|
| 7 |
+
- roi-analysis
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Hospital Readmission Risk - Phase 4: Threshold Optimization Results
|
| 11 |
+
|
| 12 |
+
This repository contains the results from Phase 4: Optimal Threshold & ROI Analysis.
|
| 13 |
+
|
| 14 |
+
## Contents
|
| 15 |
+
|
| 16 |
+
### Outputs
|
| 17 |
+
- `outputs/optimal_thresholds.json`: Optimal decision threshold and risk category thresholds
|
| 18 |
+
- `outputs/roi_metrics.json`: Comprehensive ROI metrics
|
| 19 |
+
- `outputs/roi_report.txt`: Human-readable ROI analysis report
|
| 20 |
+
- `outputs/threshold_results.csv`: Expected value across all tested thresholds
|
| 21 |
+
|
| 22 |
+
### Visualizations
|
| 23 |
+
1. Expected Value vs Threshold Curve
|
| 24 |
+
2. Cost-Benefit Analysis
|
| 25 |
+
3. Classification Metrics vs Threshold
|
| 26 |
+
4. Confusion Matrix at Optimal Threshold
|
| 27 |
+
5. Risk Category Distribution
|
| 28 |
+
6. ROI Sensitivity Analysis
|
| 29 |
+
7. Intervention Volume Forecast
|
| 30 |
+
8. Cost Savings Projection
|
| 31 |
+
|
| 32 |
+
## Usage
|
| 33 |
+
|
| 34 |
+
These results can be used for:
|
| 35 |
+
- Implementing the optimal decision threshold in production
|
| 36 |
+
- Defining risk categories for clinical decision support
|
| 37 |
+
- Justifying intervention programs to stakeholders
|
| 38 |
+
- Planning resource allocation
|
| 39 |
+
- Proceeding to Phase 5: Fairness Evaluation
|
| 40 |
+
|
| 41 |
+
## Citation
|
| 42 |
+
|
| 43 |
+
If you use these results, please cite the hospital readmission risk prediction project.
|