Skip to content

Ayantanu2002/Heart-disease-prediction-using-Ensemble-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heart Disease Prediction using Ensemble Model

This project aims to predict the presence of heart disease in patients using machine learning techniques, particularly ensemble methods. The dataset used for training and testing contains various features such as age, sex, chest pain type, cholesterol levels, and other medical parameters. By analyzing these features, the goal is to build an accurate prediction model that can assist healthcare professionals in diagnosing heart disease.

Introduction

Heart disease is one of the leading causes of death worldwide. Early detection and accurate diagnosis play a crucial role in preventing and managing heart-related conditions. Machine learning techniques offer promising solutions for predicting heart disease based on patient data.

Dataset

The dataset used in this project is sourced from kaggle and IEEE DataPort.

Approach

The project follows these main steps:

  1. Data Preprocessing: Cleaning and preparing the dataset for model training.
  2. Exploratory Data Analysis (EDA): Analyzing the distribution and relationships between different features.
  3. Model Selection: Experimenting with different ensemble methods such as Random Forest, Gradient Boosting, and Stacking.
  4. Model Evaluation: Assessing model performance using metrics such as accuracy, precision, recall, and F1-score.

Flowchart

The flowchart of the algorithm is described bellow:

Stacked Based (1)

Dependencies

  • Python 3.x
  • NumPy
  • Pandas
  • Matplotlib
  • Seaborn
  • Scikit-learn

You can install the dependencies using the following command:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published