```markdown
# Sepsis Prediction Model (Training) Confusion Matrix Analysis
## **Key Components and Labels**
- **Title**: "Sepsis Prediction Model (Training)"
- **X-axis (Predicted label)**:
- Subcategories: "sepsis", "no sepsis"
- **Y-axis (True label)**:
- Subcategories: "sepsis", "no sepsis"
- **Legend**:
- Color gradient from light blue (0.3) to dark blue (0.7)
- Positioned on the right side of the matrix
## **Data Points and Categories**
| **True Label** | **Predicted Label** | **Value** | **Percentage** |
|----------------|---------------------|-----------|----------------|
| sepsis | sepsis | 170,263 | 74.80% |
| sepsis | no sepsis | 57,372 | 25.20% |
| no sepsis | sepsis | 1,096,321 | 32.36% |
| no sepsis | no sepsis | 2,291,455 | 67.64% |
## **Color Coding and Spatial Grounding**
- **Legend Color Scale**:
- Light blue (0.3) to dark blue (0.7)
- **Quadrant Colors**:
- **TP (True Positive)**: Dark blue (0.748) – matches high value
- **FN (False Negative)**: Light blue (0.252) – matches low value
- **FP (False Positive)**: Medium blue (0.3236) – intermediate value
- **TN (True Negative)**: Dark blue (0.6764) – high value
## **Trend Verification**
- **True Positive (TP)**:
- Highest