Skip to content

Deepakkumar165/heart_disease_risk_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Heart Disease Prediction – Machine Learning Project

πŸ“Œ Overview

This project predicts the likelihood of heart disease using machine learning techniques based on patient health data. It includes data preprocessing, exploratory data analysis (EDA), model training, and evaluation using Python and scikit-learn.


πŸ“‚ Project Workflow

1. Data Preprocessing

  • Handling missing values
  • Encoding categorical variables
  • Feature scaling
  • Removing outliers

2. Exploratory Data Analysis (EDA)

  • Distribution analysis
  • Correlation heatmaps
  • Identifying key factors influencing heart disease

3. Model Building

  • Logistic Regression (or your chosen model)
  • Train-test split
  • Hyperparameter tuning (if applied)

4. Model Evaluation

  • Accuracy: 98%
  • Precision, Recall, F1-score
  • Confusion Matrix

🧠 Key Highlights

  • End-to-end ML workflow
  • Clean, readable notebook
  • Visual EDA
  • Achieved 98% accuracy
  • Early disease risk identification

πŸ›  Technologies Used

  • Python
  • Pandas
  • NumPy
  • Scikit-learn
  • Matplotlib / Seaborn
  • Jupyter Notebook

πŸ“ Project Structure

  • Heart Disease Prediction
  • Data
    • data.csv
  • notebook.ipynb

πŸ§‘β€πŸ’» Author

Deepak Kumar
πŸ“§ Email : [deepak.kumar8434543@gmail.com]
πŸ”— LinkedIn : [www.linkedin.com/in/deepak-kumar-acb2002]
🌐 GitHub : [https://github.com/Deepakkumar165]


πŸ“œ License

This project is open-source and available for anyone to use.

About

A machine learning project that predicts heart disease risk using patient health data. Includes data preprocessing, EDA, model training, and evaluation using Python and scikit-learn. Demonstrates classification techniques for early risk detection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors