Skip to content

akshataundri/healthcare-predictive-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🩺 Healthcare Predictive Analytics

This project focuses on applying Machine Learning models for predictive healthcare analytics.
The goal is to assist in early diagnosis and risk prediction using structured medical datasets.


🎯 Problem Statement

Healthcare providers face challenges in predicting diseases early due to:

  • Large volumes of patient data
  • Noisy & imbalanced datasets
  • The need for interpretable predictions

This project applies ML models to predict outcomes, compare performance, and generate visual + PDF reports for decision support.


📊 Dataset

  • Source: Public healthcare dataset (e.g., Pima Indians Diabetes Dataset)
  • Features: Patient health attributes (glucose, BMI, blood pressure, etc.)
  • Target: Binary classification (disease present / not present)

⚙️ How to Run

  1. Clone the repo:

    git clone  https://github.com/akshataundri/healthcare-predictive-analytics.git
    cd healthcare-predictive-analytics
  2. Create environment & install dependencies:

    python -m venv venv source venv/bin/activate # Linux/Mac venv\Scripts\activate # Windows pip install -r requirements.txt

  3. Run training:

    python src/train.py

  4. Generate evaluation report:

    python src/evaluate.py

🚀 Future Work

Hyperparameter tuning

Integration with real-time healthcare systems

Deployment as an API for hospitals/clinics

Explainable AI (feature importance, SHAP values)

About

Machine learning project for diabetes risk prediction using Pima Indians dataset, AutoML, and GenAI summaries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors