Split Regularized Regression
16
TL;DR: In this article, an approach for fitting linear regression models that splits the set of covariates into groups was proposed, and the optimal split of the variables into groups and the regularized estimation of the regre...
read more
Abstract: We propose an approach for fitting linear regression models that splits the set of covariates into groups. The optimal split of the variables into groups and the regularized estimation of the regre...
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Robust subset selection
NMNH Division of Mammals
- 01 May 2022
TL;DR: In this paper , a robust adaptation of best subsets is proposed that is highly resistant to contamination in both the response and the predictors, and the adapted estimator generalizes the notion of subset selection to both predictors and observations, thereby achieving robustness in addition to sparsity.
•Posted Content
Split regression modeling
TL;DR: In this article, the benefits of splitting variables variables for reducing the variance of linear functions of the regression coefficient estimate was studied. And they showed that splitting combined with shrinkage can result in estimators with smaller mean squared error compared to popular shrinkage estimators such as Lasso, ridge regression and garrote.
4
Elastic Net (Model Selection)
Max Moldovan,Julian Taylor +1 more
TL;DR: An elastic net (EN) as discussed by the authors is an algorithm for fitting penalized regression models using a convex combination of the LASSO and ridge penalty norms, which takes advantage of both the sparsity property of the lasso and variable grouping property of ridge, making it a natural choice for model selection.
2
•Posted Content
Multi-Model Penalized Regression
TL;DR: In this article, a multi-model penalized regression (MMPR) method is proposed to identify multiple models with different subsets of covariates that explain a single type of response.
Comparison of Some Group Variable Selection Methods in High Dimensional Multiple Linear Regression via Simulation Study
TL;DR: In this paper , the performance of seven previously proposed group variable selection methods; the group Lasso estimates, the group lasso net, the sparse group LASSO estimate, group scad estimates, scad scad net estimates, group mcp estimates, and the group gel estimate via a simulation study is compared.
References
Random Forests
Leo Breiman
- 01 Oct 2001
TL;DR: Internal estimates monitor error, strength, and correlation and these are used to show the response to increasing the number of features used in the forest, and are also applicable to regression.
Regression Shrinkage and Selection via the Lasso
TL;DR: A new method for estimation in linear models called the lasso, which minimizes the residual sum of squares subject to the sum of the absolute value of the coefficients being less than a constant, is proposed.
Greedy function approximation: A gradient boosting machine.
TL;DR: A general gradient descent boosting paradigm is developed for additive expansions based on any fitting criterion, and specific algorithms are presented for least-squares, least absolute deviation, and Huber-M loss functions for regression, and multiclass logistic likelihood for classification.
Regularization and variable selection via the elastic net
Hui Zou,Trevor Hastie +1 more
TL;DR: It is shown that the elastic net often outperforms the lasso, while enjoying a similar sparsity of representation, and an algorithm called LARS‐EN is proposed for computing elastic net regularization paths efficiently, much like algorithm LARS does for the lamba.
Regularization Paths for Generalized Linear Models via Coordinate Descent
TL;DR: In comparative timings, the new algorithms are considerably faster than competing methods and can handle large problems and can also deal efficiently with sparse features.