Created on 21st March 2021
•
The the system predicts the heart diseases by giving us the information about the prediction of the heart attack in the patients. The system is trained using 4 machine learning algorithms namely Logistic Regression, Decision Tree, Random Forest and Multinomial Naive Bayes .The project further classifies the accuracy algorithm and also compares them and gives the best accuracy algorithm. Further the project also implements ensemble classifiers. In that two techniques are used namely bagging and boosting
We faced issues while selecting algorithms for the problem statement.We referred various sources online and offline to get our hands on the solutions and we used the internet resources for referring the workings and syntax of the algorithms
Technologies used