Testmathj: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=== Lasso/glmnet, adaptive lasso and FAQs === | === Lasso/glmnet, adaptive lasso and FAQs === | ||
* | ** Strongly correlated covariates have similar regression coefficients, is referred to as the '''grouping''' effect. From the wikipedia page ''"one would like to find all the associated covariates, rather than selecting only one from each set of strongly correlated covariates, as lasso often does. In addition, selecting only a single covariate from each group will typically result in increased prediction error, since the model is less robust (which is why ridge regression often outperforms lasso)"''. |
Revision as of 22:41, 7 September 2019
Lasso/glmnet, adaptive lasso and FAQs
- Strongly correlated covariates have similar regression coefficients, is referred to as the grouping effect. From the wikipedia page "one would like to find all the associated covariates, rather than selecting only one from each set of strongly correlated covariates, as lasso often does. In addition, selecting only a single covariate from each group will typically result in increased prediction error, since the model is less robust (which is why ridge regression often outperforms lasso)".