Skip to content

MaxxCode8/patient-survival-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

👩‍⚕️ Patient Survival Detection 🏥

exploring mlflow, Neural Networks


🧾Description: Getting a rapid understanding of the context of a patient’s overall health has been particularly important during the COVID-19 pandemic as healthcare workers around the world struggle with hospitals overloaded by patients in critical condition. Intensive Care Units (ICUs) often lack verified medical histories for incoming patients. A patient in distress or a patient who is brought in confused or unresponsive may not be able to provide information about chronic conditions such as heart disease, injuries, or diabetes. Medical records may take days to transfer, especially for a patient from another medical provider or system. Knowledge about chronic conditions can inform clinical decisions about patient care and ultimately improve patient survival outcomes.

🧭 Problem Statement: The target feature is hospital_death which is a binary variable. The task is to classify this variable based on the other 84 features step-by-step by going through each day's task. The scoring metric is Accuracy/Area under ROC curve.


NEW Explorations:

  • MLflow: MLflow is an open-source platform to manage the ML lifecycle, including experimentation, reproducibility, deployment, and a central model registry.
  • Did a few experiments with the Neural Network Architectures... and logged them in MLflow:
    Training set Plots:
    Accuracy Graph of Multiple runs (experiments) >>
    accuracy
    Loss >
    loss

Need Much more Experimentation with mlflow... this is just an entry project into mlfow

Here's XAI Feature Impact aka summary plot:

image


References:

Happy Learning! 🙏

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published