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

TL;DR
This paper introduces a fast, exact one-pass MapReduce algorithm for penalized linear regression that efficiently performs cross-validation to select the optimal regularization parameter, outperforming existing iterative methods.
Contribution
The paper presents a novel one-pass, exact MapReduce algorithm for penalized linear regression that includes built-in cross-validation for parameter tuning, unlike prior approximate or iterative approaches.
Findings
Significant performance improvements over iterative algorithms
Exact solutions for penalized regression models
Effective cross-validation for parameter selection
Abstract
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 is the intercept which can be omitted depending on application; is the coefficients and is the penalized function with penalizing parameter . 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.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Machine Learning and ELM · Sparse and Compressive Sensing Techniques
