Feature Representation for ICU Mortality
Harini Suresh

TL;DR
This paper evaluates various feature representations for ICU mortality prediction using machine learning, introducing a new 'hill' representation that outperforms traditional methods in logistic regression models.
Contribution
It introduces the 'hill' feature representation and demonstrates its superior performance over linear and binary representations in ICU mortality prediction.
Findings
'Hill' representation outperforms binary and linear methods.
Regularization impacts feature representation effectiveness.
Improved ICU mortality prediction models are possible.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Forecasting Techniques and Applications · Sepsis Diagnosis and Treatment
MethodsLogistic Regression
