Principal Investigator: Dr. Thomas Hartka, UVa Dept. of Emergency Medicine
Before patients are admitted to the emergency room, they are assigned a triage level based on the severity of their health problems. This is accomplished using the Emergency Severity Index (ESI), an emergency department triage algorithm that classifies patient cases into five different levels of urgency. Researchers are interested in using machine learning to develop a model to predict patient triage level. This model would not only analyze the typical vital signs that are used in the ESI, but also demographic data and patients’ history of health.
My main contributions to this project are:
Cleansing the data in R using the dplyr and mice packages
Developing preliminary neural networks with Python and TensorFlow to predict patient triage level
Generating word clouds in MATLAB for symptoms at each triage level
Code written by me for this project can be found on Github.