Dash web application that predicts a patient's risk of mortality based on diagnosis and other metrics available early in the patient intake process.
This application uses a trained random forest model to predict the Risk of Mortality for a specific patient. The model takes the following input and returns a prediction of four risk levels.
Input:
- Age Group
- Type of Admission
- APR DRG Code
- CCS Procedure Code
- APR Medical Surgical Description
- Payment Typology 1
- Emergency Department Indicator
Output Risk of Mortality:
- Minor
- Moderate
- Major
- Extreme
The Build Week 2
notebook includes the code used to create and test the final model as well as code exploring various other model types and interations.
The data used to train this model can be found on the New York State Health Department's website, here
Read more on the accompanying blog post: Modeling to Predict Patient's Risk of Mortality
Visit the application website to predict your patient's risk: Here