Skip to content

Zieir/MortalityPredictions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mortality Prediction Challenge: "To Be or Not to Be?"

Overview

This project focuses on addressing the challenge of imbalanced data classification in predicting patient survival during hospital stays. The task is to accurately predict whether a patient will survive or succumb based on various diagnostic data and patient characteristics.

Objective

The primary goal of this project is to develop and evaluate machine learning models capable of predicting in-hospital mortality. By leveraging data from patient diagnoses and health-related features, we aim to create a predictive model that aids healthcare professionals in early decision-making.

Dataset

The dataset consists of 80,000 patient records, with each patient described by 337 features. These features encompass a wide range of information, including:

Personal details (age, gender, etc.)

Health status indicators (vital signs, lab results, diagnostic information, etc.) Given the imbalanced nature of the dataset, with far fewer instances of mortality, special attention will be paid to balancing techniques and model performance metrics tailored to handle this discrepancy.

Key Tasks

Data preprocessing:

Handling missing values, feature engineering, and dealing with class imbalance.

Model development:

Building machine learning models (e.g., logistic regression, random forests, XGBoost, etc.).

Model evaluation:

Using metrics such as AUC-ROC, precision, recall, F1-score to evaluate the effectiveness of the models, particularly with imbalanced data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published