This is a data set that is provided on kaggle, which can be used for practicing the algorithms. The Link to the DataSet: https://www.kaggle.com/rashikrahmanpritom/heart-attack-analysis-prediction-dataset
-> Checking the type of data, info about the data & conforming that data is about classification data.
-> Visual analysis of the data, knowing the category and count by ploting the barplot of every column given in data set.
-> Model implementation:
- Logistic Regression
- Naive Bayes
- K Nearest Neighbours
- Support Vector Machine
- XGBoost
- Decision Tree
The above mentioned algorithms are implemented on the above data set with the following outcomes/observations:
Found Logistic Regression as the best result with an accuracy of 87.91%.