paper-with-me

Papers

Simple one-pass algorithm for penalized linear regression with cross-validation on MapReduce

2013-06-28 · Kun Yang

In this paper, we propose a one-pass algorithm on MapReduce for penalized linear regression \[f_\lambda(\alpha, \beta) = \|Y - \alpha\mathbf{1} - X\beta\|_2^2 + p_{\lambda}(\beta)\] where $\alpha$ is the intercept which can be omitted depending on application; $\beta$ is the coefficients and $p_{\lambda}$ is the penalized function with penalizing parameter $\lambda$. $f_\lambda(\alpha, \beta)$ includes interesting classes such as Lasso, Ridge regression and Elastic-net. Compared to latest iterative distributed algorithms requiring multiple MapReduce jobs, our algorithm achieves huge performance improvement; moreover, our algorithm is exact compared to the approximate algorithms such as parallel stochastic gradient decent. Moreover, what our algorithm distinguishes with others is that it trains the model with cross validation to choose optimal $\lambda$ instead of user specified one. Key words: penalized linear regression, lasso, elastic-net, ridge, MapReduce

📄 PDF Abstract BibTeX arXiv:1307.0048

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

A Pathwise Coordinate Descent Algorithm for LASSO Penalized Quantile Regression

2025-02-17 · Sanghee Kim, Sumanta Basu

$\ell_1$ penalized quantile regression is used in many fields as an alternative to penalized least squares regressions for high-dimensional data analysis. Existing algorithms for penalized quantile regression either use …

quantile regressionregression

Inference in High Dimensions with the Penalized Score Test

2014-01-12 · Arend Voorman, Ali Shojaie, Daniela Witten

In recent years, there has been considerable theoretical development regarding variable selection consistency of penalized regression techniques, such as the lasso. However, there has been relatively little work on quant…

regressionVariable SelectionVocal Bursts Intensity Prediction

Asymptotic errors for convex penalized linear regression beyond Gaussian matrices

2020-02-11 · Cédric Gerbelot, Alia Abbara, Florent Krzakala

We consider the problem of learning a coefficient vector $x_{0}$ in $R^{N}$ from noisy linear observations $y=Fx_{0}+w$ in $R^{M}$ in the high dimensional limit $M,N$ to infinity with $\alpha=M/N$ fixed. We provide a rig…

regression

Generalized Linear Models with Structured Sparsity Estimators

2021-04-29 · Mehmet Caner

In this paper, we introduce structured sparsity estimators in Generalized Linear Models. Structured sparsity estimators in the least squares loss are introduced by Stucky and van de Geer (2018) recently for fixed design …

regression

PLUTO: Penalized Unbiased Logistic Regression Trees

2014-11-25 · Wenwen Zhang, Wei-Yin Loh

We propose a new algorithm called PLUTO for building logistic regression trees to binary response data. PLUTO can capture the nonlinear and interaction patterns in messy data by recursively partitioning the sample space.…

regressionSelection biasVariable Selection