This document presents a mini project comparing various machine learning methods for predicting diabetes. It analyzes classifiers like Random Forest, C4.5, Random Tree, and Logistic Model Tree (LMT) to identify the most effective for accurate and efficient diabetes prediction based on accuracy and true positive rate. The proposed system uses LMT, which combines logistic regression and decision trees and performs well on large datasets. LMT achieved the highest accuracy of the classifiers studied in predicting diabetes.