Skip to content

This project focuses on predictive modeling to foresee hospital readmissions of diabetic patients within 30 days post-discharge. By leveraging a dataset spanning a decade (1999-2008) and covering records from 130 US hospitals, the aim is to enhance healthcare management and patient outcomes.

Notifications You must be signed in to change notification settings

14Richa/Patient-Readmission-Analysis

Repository files navigation

Predictive Modeling for Hospital Readmission

Overview

This project focuses on predictive modeling to foresee hospital readmissions of diabetic patients within 30 days post-discharge. By leveraging a dataset spanning a decade (1999-2008) and covering records from 130 US hospitals, the aim is to enhance healthcare management and patient outcomes.

Data Sources

Project Structure

  • diabetic_data.csv: Contains the dataset used in the analysis.
  • Readmission_Predictions.ipynb: Includes Jupyter notebook used for exploratory data analysis, data cleaning, and modeling.
  • requirements.txt: Lists the Python packages and their versions required for this project.
  • Final_Report.pdf: Contains the final report summarizing the analysis, findings, and conclusions.

Python Version

This project was developed using Python 3.9.

Setting Up the Development Environment

Create a virtual environment

python3 -m venv env

Activate environment

source env/bin/activate

Install dependencies

pip install -r requirements.txt

About

This project focuses on predictive modeling to foresee hospital readmissions of diabetic patients within 30 days post-discharge. By leveraging a dataset spanning a decade (1999-2008) and covering records from 130 US hospitals, the aim is to enhance healthcare management and patient outcomes.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published