English

Feature Representation for ICU Mortality

Artificial Intelligence 2016-02-09 v2 Machine Learning Machine Learning

Abstract

Good predictors of ICU Mortality have the potential to identify high-risk patients earlier, improve ICU resource allocation, or create more accurate population-level risk models. Machine learning practitioners typically make choices about how to represent features in a particular model, but these choices are seldom evaluated quantitatively. This study compares the performance of different representations of clinical event data from MIMIC II in a logistic regression model to predict 36-hour ICU mortality. The most common representations are linear (normalized counts) and binary (yes/no). These, along with a new representation termed "hill", are compared using both L1 and L2 regularization. Results indicate that the introduced "hill" representation outperforms both the binary and linear representations, the hill representation thus has the potential to improve existing models of ICU mortality.

Keywords

Cite

@article{arxiv.1512.05294,
  title  = {Feature Representation for ICU Mortality},
  author = {Harini Suresh},
  journal= {arXiv preprint arXiv:1512.05294},
  year   = {2016}
}

Comments

This article has been withdrawn due by the author due to the need for more testing to verify results

R2 v1 2026-06-22T12:11:33.149Z