Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery.
SUMMARY: The project aims to construct a predictive model using various machine learning algorithms and document the end-to-end steps using a template. The Raisin Grains Identification dataset is a binary-class modeling situation where we attempt to predict one of two possible outcomes.
INTRODUCTION: In this study, the research team developed a computerized vision system to classify two different varieties of raisin grown in Turkey. The dataset contains the measurements for 900 raisin grain images. The image further broke down into seven major morphological features for each grain of raisin.
ANALYSIS: The average performance of the machine learning algorithms achieved an accuracy benchmark of 84.11% using the training dataset. Furthermore, we selected Logistic Regression as the final model as it processed the training dataset with a final accuracy score of 86.29%. When we processed the test dataset with the final model, the model achieved an accuracy score of 91.11%.
CONCLUSION: In this iteration, the Logistic Regression model appeared to be suitable for modeling this dataset.
Dataset Used: Raisin Dataset
Dataset ML Model: Binary classification with numerical features
Dataset Reference: https://www.muratkoklu.com/datasets/
One source of potential performance benchmarks: https://doi.org/10.30855/gmbd.2020.03.03
The HTML formatted report can be found here on GitHub.