paper-with-me

Papers

Bolasso: model consistent Lasso estimation through the bootstrap

2008-04-08 · Francis Bach

We consider the least-square linear regression problem with regularization by the l1-norm, a problem usually referred to as the Lasso. In this paper, we present a detailed asymptotic analysis of model consistency of the Lasso. For various decays of the regularization parameter, we compute asymptotic equivalents of the probability of correct model selection (i.e., variable selection). For a specific rate decay, we show that the Lasso selects all the variables that should enter the model with probability tending to one exponentially fast, while it selects all other variables with strictly positive probability. We show that this property implies that if we run the Lasso for several bootstrapped replications of a given sample, then intersecting the supports of the Lasso bootstrap estimates leads to consistent model selection. This novel variable selection algorithm, referred to as the Bolasso, is compared favorably to other linear regression methods on synthetic data and datasets from the UCI machine learning repository.

📄 PDF Abstract BibTeX arXiv:0804.1302

Code (2)

dmolitor/bolasso
jameshorine/fastFeatures

Tasks

modelModel SelectionregressionVariable Selection

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Solar: $L_0$ solution path averaging for fast and accurate variable selection in high-dimensional data

2020-07-30 · Ning Xu, Timothy C. G. Fisher

We propose a new variable selection algorithm, subsample-ordered least-angle regression (solar), and its coordinate descent generalization, solar-cd. Solar re-constructs lasso paths using the $L_0$ norm and averages the …

Variable Selection

Semi-Analytic Resampling in Lasso

2018-02-28 · Tomoyuki Obuchi, Yoshiyuki Kabashima

An approximate method for conducting resampling in Lasso, the $\ell_1$ penalized linear regression, in a semi-analytic manner is developed, whereby the average over the resampled datasets is directly computed without rep…

Variable Selection

Reducing Sampling Ratios Improves Bagging in Sparse Regression

2018-12-20 · Luoluo Liu, Sang Peter Chin, Trac. D. Tran

Bagging, a powerful ensemble method from machine learning, improves the performance of unstable predictors. Although the power of Bagging has been shown mostly in classification problems, we demonstrate the success of em…

regression

Ridge Regression Revisited: Debiasing, Thresholding and Bootstrap

2020-09-17 · Yunyi Zhang, Dimitris N. Politis

The success of the Lasso in the era of high-dimensional data can be attributed to its conducting an implicit model selection, i.e., zeroing out regression coefficients that are not significant. By contrast, classical rid…

Model SelectionPrediction Intervalsregression

Oracle Efficient Estimation of Structural Breaks in Cointegrating Regressions

2020-01-22 · Karsten Schweikert

In this paper, we propose an adaptive group lasso procedure to efficiently estimate structural breaks in cointegrating regressions. It is well-known that the group lasso estimator is not simultaneously estimation consist…

Model Selection