Comparative Analysis of Data Preprocessing Methods, Feature Selection Techniques and Machine Learning Models for Improved Classification and Regression Performance on Imbalanced Genetic Data
Arshmeet Kaur, Morteza Sarmadi
TL;DR
This study investigates how data preprocessing, feature selection, and model choice affect predictive performance on imbalanced genetic datasets with high-cardinality features. Using multiple transformations and model-selection strategies across regression (CADD_PHRED) and classification (SIFT, PolyPhen) targets, the authors find that random forest consistently offers strong performance for imbalanced regression, while classification benefits are less pronounced and can be achieved with RF in many configurations; log-transformations often degrade performance and dropping outliers provides only marginal gains. The results suggest robustness of tree-based methods to data skew and imbalance in this domain, with findings that generalize to similar high-dimensional, skewed genomic data. The work also highlights challenges in statistically isolating the best feature-selection approach and points to future directions such as advanced optimization (e.g., SERA) and broader validation.
Abstract
Rapid advancements in genome sequencing have led to the collection of vast amounts of genomics data. Researchers may be interested in using machine learning models on such data to predict the pathogenicity or clinical significance of a genetic mutation. However, many genetic datasets contain imbalanced target variables that pose challenges to machine learning models: observations are skewed/imbalanced in regression tasks or class-imbalanced in classification tasks. Genetic datasets are also often high-cardinal and contain skewed predictor variables, which poses further challenges. We aimed to investigate the effects of data preprocessing, feature selection techniques, and model selection on the performance of models trained on these datasets. We measured performance with 5-fold cross-validation and compared averaged r-squared and accuracy metrics across different combinations of techniques. We found that outliers/skew in predictor or target variables did not pose a challenge to regression models. We also found that class-imbalanced target variables and skewed predictors had little to no impact on classification performance. Random forest was the best model to use for imbalanced regression tasks. While our study uses a genetic dataset as an example of a real-world application, our findings can be generalized to any similar datasets.
