Predictions using the MIMIC-III Dataset
Pallab Paul
What is the MIMIC-III Dataset?
Severity Scores
SOFA (Sepsis-related Organ Failure Assessment)
Each system’s result is given a score from 0–4 which causes the scores range to be from 0–24 with 0 being the least severe condition and 24 being the most severe condition and an average having >90% chance of mortality.
SAPS (Simplified Acute Physiology Score)
The variables chosen were present for 90% of patients in the initial survey used to develop the APS (Knaus, 1981). The higher the SAPS score, the higher the severity of the patient.
SAPS II (Simplified Acute Physiology Score II)
SAPS II ranges from a score of 0–163 with a score of 0 meaning 0% of mortality and 163 meaning 100% of mortality.
OASIS (Oxford Acute Severity of Illness Score)
OASIS was designed to have an extremely low burden for data collection and quality control, requiring only 10 features, and not requiring laboratory measurements, diagnosis or comorbidity information.
Selecting a Cohort
Selecting a Cohort
We first start by figuring out the patient’s birth date and the patient’s admission dates to the ICU.
Next, we figure out the patient’s first admission date so that we do not have multiple records of the same patient and so that we only have one age per patient.
Selecting a Cohort
We then find the age of the patient by finding the difference between their date of birth and the date of their first admission. We put these age groups into three categories: neonatal (< 15 years of age), adult (age range of 15–89) and >89 years of age.
Selecting a Cohort
Finally, we can use this information to categorize the patient’s that we want in our cohort for further tests. For the final cohort groupings, I will be using the male and female adults.
Tools Being Used
RDMS - PostgreSQL
Database Tool - pgAdmin 4
Hardware - Intel® Optimized AWS EC2 Instance
Languages - Python, SQL
Visualization Tools - Jupyter Notebook, Tableau
Future Plans
Thank You
Contact Info:
Email Address: pallab.paul000@gmail.com
Devmesh link: https://devmesh.intel.com/users/pallab-paul