The objective of this project is to build the different machine learning algortihms for the heart disease detection. In this project various algortihms are applied to find the best model based upon the data.
The dataset can be download from here https://www.kaggle.com/ronitf/heart-disease-uci Download the dataset and put it in same folder
- Data Cleaning
- Data Visualization
- Machine Learning Modeling
- Logistic Regression
- Support Vector Machine
- Random Forest Classifier
- KNN
- Gradient Boosting
- Naivye Bayes
Pandas
Matplotlib
Seaborn
Scikit Learn
Jupyter Notebook
pip install numpy
pip install pandas
pip install seaborn
pip install scikit-learn
pip install matplotlib
Jupyter Notebook Installation Guide https://jupyter.org/install