https://github.com/kasraskari/heart-disease
Prediction of Heart Disease
https://github.com/kasraskari/heart-disease
heart-disease jupyter-notebook machine-learning python support-vector-machine svm
Last synced: 9 months ago
JSON representation
Prediction of Heart Disease
- Host: GitHub
- URL: https://github.com/kasraskari/heart-disease
- Owner: KasrAskari
- Created: 2024-06-12T21:19:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T09:59:11.000Z (about 1 year ago)
- Last Synced: 2025-01-05T03:10:04.456Z (11 months ago)
- Topics: heart-disease, jupyter-notebook, machine-learning, python, support-vector-machine, svm
- Language: Jupyter Notebook
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heart Disease Prediction
## Overview
This project predicts the likelihood of heart disease using machine learning models trained on clinical data. By leveraging supervised learning algorithms, the project achieves an accuracy of approximately **85-90%**, depending on the model and dataset. These results demonstrate the potential for effective early diagnosis and prevention through data-driven insights.
## Features
- Heart disease risk prediction based on patient data.
- Implementation of multiple machine learning models.
- Preprocessing and feature engineering for optimal model performance.
- Interactive interface for users to input medical data (if applicable).
## Project Structure
- **`data/`**: Contains the dataset used for training and testing.
- **`models/`**: Saved machine learning models.
- **`notebooks/`**: Jupyter notebooks for exploratory data analysis and model training.
- **`scripts/`**: Python scripts for data processing and predictions.
## Technologies Used
- **Python**
- **Pandas**, **NumPy** for data manipulation.
- **Scikit-learn**, **XGBoost**, **Random Forest**, etc., for modeling.
- **Matplotlib**, **Seaborn** for visualization.
## Acknowledgment
The dataset used in this project is sourced from Kaggle. You can access the dataset [here](https://www.kaggle.com/datasets/venkatkarthick/heartcsv).