SOTAVerified

Using Data Mining to Predict Hospital Admissions From the Emergency Department

2018-02-22journal 2018Code Available0· sign in to hype

BYRON GRAHAM 1, RAYMOND BOND2, MICHAEL QUINN3, AND MAURICE MULVENNA2, (Senior Member, IEEE)

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Crowding within emergency departments (EDs) can have signicant negative consequences for patients. EDs therefore need to explore the use of innovative methods to improve patient ow and prevent overcrowding. One potential method is the use of data mining using machine learning techniques to predict ED admissions. This paper uses routinely collected administrative data (120 600 records) from two major acute hospitals in Northern Ireland to compare contrasting machine learning algorithms in predicting the risk of admission from the ED. We use three algorithms to build the predictive models: 1) logistic regression; 2) decision trees; and 3) gradient boosted machines (GBM). The GBM performed better (accuracy D 80:31%, AUC-ROC D 0:859) than the decision tree (accuracy D 80:06%, AUC-ROC D 0:824) and the logistic regression model (accuracy D 79:94%, AUC-ROC D 0:849). Drawing on logistic regression, we identify several factors related to hospital admissions, including hospital site, age, arrival mode, triage category, care group, previous admission in the past month, and previous admission in the past year. This paper highlights the potential utility of three common machine learning algorithms in predicting patient admissions. Practical implementation of the models developed in this paper in decision support tools would provide a snapshot of predicted admissions from the ED at a given time, allowing for advance resource planning and the avoidance bottlenecks in patient ow, as well as comparison of predicted and actual admission rates. When interpretability is a key consideration, EDs should consider adopting logistic regression models, although GBM's will be useful where accuracy is paramount.

Tasks

Reproductions