Skip to content

ryanquinnnelson/CMU-02718-Patient-Mortality-Classification-using-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMU-02718-HW3

Fall 2020 - Computational Medicine course project - Predictive Modeling of Patient Mortality (HW3)

Summary

This project uses modeling to predict mortality in hospital patients. It compares the results of multiple classifiers (Random Forest, Decision Tree, Ridge Classifier) and experiments with techniques for handling missing / imbalanced data (imputation, class weighting, oversampling).

Analysis was performed using Jupyter Notebook and Python.