This document summarizes a research paper that analyzed different machine learning algorithms for predicting heart disease. It discusses using the Naive Bayes and Decision Tree classifiers on a Cleveland Heart Disease dataset containing 303 records and 19 attributes. The Naive Bayes and Decision Tree algorithms were applied to the preprocessed data and their accuracies were compared. The results showed that the Decision Tree algorithm had better performance and accuracy than the Naive Bayes classifier for predicting heart disease. Future work will focus on using a Selective Naive Bayes classifier to potentially improve prediction accuracy by removing irrelevant attributes.