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

06/28/2013
by   Kun Yang, et al.
0

In this paper, we propose a one-pass algorithm on MapReduce for penalized linear regression f_λ(α, β) = Y - α1 - Xβ_2^2 + p_λ(β) where α is the intercept which can be omitted depending on application; β is the coefficients and p_λ is the penalized function with penalizing parameter λ. f_λ(α, β) 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 λ instead of user specified one. Key words: penalized linear regression, lasso, elastic-net, ridge, MapReduce

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/01/2019

ensr: R Package for Simultaneous Selection of Elastic Net Tuning Parameters

Motivation: Elastic net regression is a form of penalized regression tha...
research
05/20/2020

On the use of cross-validation for the calibration of the tuning parameter in the adaptive lasso

The adaptive lasso is a popular extension of the lasso, which was shown ...
research
07/06/2023

Fitted value shrinkage

We propose a penalized least-squares method to fit the linear regression...
research
08/23/2022

A flexible empirical Bayes approach to multiple linear regression and connections with penalized regression

We introduce a new empirical Bayes approach for large-scale multiple lin...
research
06/18/2012

Linear Regression with Limited Observation

We consider the most common variants of linear regression, including Rid...
research
02/17/2021

Muddling Labels for Regularization, a novel approach to generalization

Generalization is a central problem in Machine Learning. Indeed most pre...
research
02/20/2019

Cross Validation for Penalized Quantile Regression with a Case-Weight Adjusted Solution Path

Cross validation is widely used for selecting tuning parameters in regul...

Please sign up or login with your details

Forgot password? Click here to reset