Title: Model Evaluation and Comparison
For model evaluation, I have employed two key metrics that is Mean Squared Error (MSE) and Root Mean Squared Error (RMSE). These metrics help us quantify the accuracy of our predictions and provide insights into how well our models are performing. During this evaluation I evaluated the performance of our machine learning models using MSE and RMSE and observed values of 0.24 and 0.22 respectively.
Although looking at the data, we can observe that there are very few features to actually build a model. However, we have tried making a linear regression model to predict the % DIABETIC feature.
As the dataset is quite extensive we need to decide which features to prioritize for our model and Fine-tuning the selected machine learning algorithms for optimal performance was to be a complex task.