Predictive Analytics of Varieties of Potatoes
Fabiana Ferracina, Bala Krishnamoorthy, Mahantesh Halappanavar, Shengwei Hu, Vidyasagar Sathuvalli
TL;DR
This paper treats potato clone selection as a binary classification task to accelerate breeding progress in Oregon’s multi-year trials. It systematically compares nonlinear models (Neural Net, HGBC, SVM) with and without data imputation, employing forward feature selection and a comprehensive simulation ADEMP framework to assess robustness across varied data-generating mechanisms, using metrics like $AUC$-$ROC$ and $MCC$ to handle class imbalance. Key findings show that non-linear methods generally outperform linear baselines, with SVM offering the most robust generalization across simulated distributions, and forward feature selection identifying yield, quality traits, and trial/environmental variables as primary drivers. Practically, the approach offers time and cost savings by improving early decisions on clone advancement while complementing breeder expertise and enabling scalable, data-informed selection in complex, multi-location breeding programs. The work highlights that careful imputation, feature engineering, and model choice are crucial for reliable predictions in agricultural trials, and it calls for ongoing model validation as new trial data accumulate.
Abstract
We explore the application of machine learning algorithms specifically to enhance the selection process of Russet potato clones in breeding trials by predicting their suitability for advancement. This study addresses the challenge of efficiently identifying high-yield, disease-resistant, and climate-resilient potato varieties that meet processing industry standards. Leveraging manually collected data from trials in the state of Oregon, we investigate the potential of a wide variety of state-of-the-art binary classification models. The dataset includes 1086 clones, with data on 38 attributes recorded for each clone, focusing on yield, size, appearance, and frying characteristics, with several control varieties planted consistently across four Oregon regions from 2013-2021. We conduct a comprehensive analysis of the dataset that includes preprocessing, feature engineering, and imputation to address missing values. We focus on several key metrics such as accuracy, F1-score, and Matthews correlation coefficient (MCC) for model evaluation. The top-performing models, namely a neural network classifier (Neural Net), histogram-based gradient boosting classifier (HGBC), and a support vector machine classifier (SVM), demonstrate consistent and significant results. To further validate our findings, we conduct a simulation study. By simulating different data-generating scenarios, we assess model robustness and performance through true positive, true negative, false positive, and false negative distributions, area under the receiver operating characteristic curve (AUC-ROC) and MCC. The simulation results highlight that non-linear models like SVM and HGBC consistently show higher AUC-ROC and MCC than logistic regression (LR), thus outperforming the traditional linear model across various distributions, and emphasizing the importance of model selection and tuning in agricultural trials.
