paper-with-me

홈 › Papers

Data-driven configuration tuning of glmnet for balancing accuracy and computational efficiency

2026-02-20 · Shuhei Muroya, Kei Hirose arxiv

The glmnet package in R is widely used for lasso estimation because of its computational efficiency. Despite its popularity, glmnet occasionally yields solutions that deviate substantially from the true ones because of the inappropriate default configuration of the algorithm. The accuracy of the obtained solutions can be improved by appropriately tuning the configuration. However, such improvements typically increase computational time, resulting in a tradeoff between accuracy and computational efficiency. Therefore, a systematic approach is required to determine the appropriate configuration. To address this need, we propose a unified data-driven framework specifically designed to optimize the configuration by balancing solution path accuracy and computational cost. Specifically, we generate a large-scale training dataset by measuring the accuracy and computation time of glmnet. Using this dataset, we construct neural networks to predict accuracy and computation time from data characteristics and configuration. For a new dataset, the proposed framework uses the trained networks to explore the configuration space and derive a Pareto front that represents the tradeoff between accuracy and computational cost. This front enables automatic selection of the configuration that maximizes accuracy under a user-specified time constraint. The proposed method is implemented in the R package glmnetconf, available at https://github.com/Shuhei-Muroya/glmnetconf.git.

📄 PDF Abstract BibTeX arXiv:2602.17922

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

GLMNet: Graph Learning-Matching Networks for Feature Matching

2019-11-18 · Bo Jiang, Pengfei Sun, Jin Tang, Bin Luo

Recently, graph convolutional networks (GCNs) have shown great potential for the task of graph matching. It can integrate graph node feature embedding, node-wise affinity learning and matching optimization together in a …

Graph LearningGraph MatchingTask 2

Understanding When Poisson Log-Normal Models Outperform Penalized Poisson Regression for Microbiome Count Data

2026-04-04 · Daniel Agyapong, Julien Chiquet, Jane Marks, Toby Dylan Hocking arxiv

Multivariate count models are often justified by their ability to capture latent dependence, but researchers receive little guidance on when this added structure improves on simpler penalized marginal Poisson regression.…

A Fast Method for Lasso and Logistic Lasso

2024-02-04 · Siu-Wing Cheng, Man Ting Wong

We propose a fast method for solving compressed sensing, Lasso regression, and Logistic Lasso regression problems that iteratively runs an appropriate solver using an active set approach. We design a strategy to update t…

compressed sensingregression

LLM-Driven E-Commerce Marketing Content Optimization: Balancing Creativity and Conversion

2025-05-27 · Haowei Yang, Haotian Lyu, Tianle Zhang, Dingzhou Wang 외

As e-commerce competition intensifies, balancing creative content with conversion effectiveness becomes critical. Leveraging LLMs' language generation capabilities, we propose a framework that integrates prompt engineeri…

DiversityMarketingPrompt EngineeringText Generation

ClassyTune: A Performance Auto-Tuner for Systems in the Cloud

2019-10-12 · Yuqing Zhu, Jianxun Liu

Performance tuning can improve the system performance and thus enable the reduction of cloud computing resources needed to support an application. Due to the ever increasing number of parameters and complexity of systems…

Cloud Computing