Predict diabetes status (diabetic or non-diabetic) based on patient health metrics
Identify key features (e.g., glucose, BMI, insulin) most strongly associated with diabetes
Build a reliable supervised model that supports early diagnosis and clinical decision-making
Enable personalized healthcare planning by accurately classifying high-risk individuals
The model performs very well for non-diabetic cases, with high precision and recall.
For diabetic patients, performance is slightly lower, indicating a modest trade-off in sensitivity.
Overall, the model is balanced and accurate, but may benefit from further tuning or alternative algorithms for better recall on diabetic cases.
Based on the optimization results, the Random Forest Classifier was selected as the final model for deployment. It consistently delivered the best trade-off between accuracy, recall, and robustness, making it the most suitable choice for real-world diabetes prediction.