Skip to content

Commit 08282c3

Browse files
committed
Update README.md
1 parent 8788503 commit 08282c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ ICU deterioration is complex and often subtle, involving multivariate temporal p
115115
| Model | Type | Input Features | Modelling Type | Strengths | Weaknesses | Interpretability |
116116
|-------|------|----------------|------------------|-----------|------------|----------------|
117117
| LightGBM | Gradient-Boosted Decision Tree | Aggregated patient-level | Static | Fast, interpretable, good calibration | Cannot capture sequential dynamics | SHAP |
118-
| TCN | Temporal Convolutional Network | Timestamp-level sequential | Temporal | Captures temporal trends, slopes, variability | Requires high-resolution data, slower to train | Saliency (|grad×input|) |
118+
| TCN | Temporal Convolutional Network | Timestamp-level sequential | Temporal | Captures temporal trends, slopes, variability | Requires high-resolution data, slower to train | Saliency (grad×input) |
119119

120120
#### LightGBM (classical, non-temporal ML)
121121
- LightGBM, a gradient-boosted decision tree (GBDT) algorithm, provides a strong baseline for tabular clinical data

0 commit comments

Comments
 (0)