Abstract
AbstractMotivationMost models can be fit to data using various optimization approaches. While model choice is frequently reported in machine-learning-based research, optimizers are not often noted. We applied two different implementations of LASSO logistic regression implemented in Python’s scikit-learn package, using two different optimization approaches (coordinate descent and stochastic gradient descent), to predict driver mutation presence or absence from gene expression across 84 pan-cancer driver genes. Across varying levels of regularization, we compared performance and model sparsity between optimizers.ResultsAfter model selection and tuning, we found that coordinate descent (implemented in theliblinearlibrary) and SGD tended to perform comparably.liblinearmodels required more extensive tuning of regularization strength, performing best for high model sparsities (more nonzero coefficients), but did not require selection of a learning rate parameter. SGD models required tuning of the learning rate to perform well, but generally performed more robustly across different model sparsities as regularization strength decreased. Given these tradeoffs, we believe that the choice of optimizers should be clearly reported as a part of the model selection and validation process, to allow readers and reviewers to better understand the context in which results have been generated.Availability and implementationThe code used to carry out the analyses in this study is available athttps://github.com/greenelab/pancancer-evaluation/tree/master/01_stratified_classification. Performance/regularization strength curves for all genes in the Vogelstein et al. 2013 dataset are available athttps://doi.org/10.6084/m9.figshare.22728644.
Publisher
Cold Spring Harbor Laboratory
Reference24 articles.
1. The ability to classify patients based on gene-expression data varies by algorithm and performance metric
2. Supervised learning is an accurate method for network-based gene classification
3. Supervised Risk Predictor of Breast Cancer Based on Intrinsic Subtypes
4. Prediction of adjuvant chemotherapy benefit in endocrine responsive, early breast cancer using multigene assays
5. Scikit-learn: Machine Learning in Python Fabian Pedregosa , Gaël Varoquaux , Alexandre Gramfort , Vincent Michel , Bertrand Thirion , Olivier Grisel , Mathieu Blondel , Peter Prettenhofer , Ron Weiss , Vincent Dubourg , … Édouard Duchesnay Journal of Machine Learning Research (2011) http://jmlr.org/papers/v12/pedregosa11a.html