Skip to content

Dash web app for Risk of Mortality. An application that predicts a patient's risk of mortality based on metrics available at patient intake.

License

Notifications You must be signed in to change notification settings

schase15/risk_of_mortality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dash web app for Risk of Mortality. An application that predicts a patient's risk of mortality based on metrics available at patient intake.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published