English

Feature Engineering Combined with 1 D Convolutional Neural Network for Improved Mortality Prediction

Machine Learning 2020-07-28 v2 Machine Learning

Abstract

The intensive care units (ICUs) are responsible for generating a wealth of useful data in the form of Electronic Health Record (EHR). This data allows for the development of a prediction tool with perfect knowledge backing. We aimed to build a mortality prediction model on 2012 Physionet Challenge mortality prediction database of 4000 patients admitted in ICU. The challenges in the dataset, such as high dimensionality, imbalanced distribution, and missing values were tackled with analytical methods and tools via feature engineering and new variable construction. The objective of the research is to utilize the relations among the clinical variables and construct new variables which would establish the effectiveness of 1-Dimensional Convolutional Neural Network (1- D CNN) with constructed features. Its performance with the traditional machine learning algorithms like XGBoost classifier, Support Vector Machine (SVM), K-Neighbours Classifier (K-NN), and Random Forest Classifier (RF) is compared for Area Under Curve (AUC). The investigation reveals the best AUC of 0.848 using 1-D CNN model.

Keywords

Cite

@article{arxiv.1912.03789,
  title  = {Feature Engineering Combined with 1 D Convolutional Neural Network for Improved Mortality Prediction},
  author = {Saumil Maheshwari and Rohit Verma and Anupam Shukla and Ritu Tiwari and Rishu Garg},
  journal= {arXiv preprint arXiv:1912.03789},
  year   = {2020}
}

Comments

Being a short term project, this paper is not exhaustive

R2 v1 2026-06-23T12:39:29.878Z