Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.34 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.34 KB

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