This section applies to the glm action in the regression action set.
Adaptive LASSO selection is a modification of LASSO selection. In adaptive LASSO selection, weights are applied to each of the parameters in forming the LASSO constraint (Zou 2006). More precisely, suppose that the response y has mean 0 and the regressors x are scaled to have mean 0 and common standard deviation. Furthermore, suppose that you can find a suitable estimator of the parameters in the true model and you define a weight vector by
, where
. Then the adaptive LASSO regression coefficients
are the solution to the following constrained optimization problem:
The solution to the unconstrained least squares problem is used as the estimator . This is appropriate unless collinearity is a concern. If the regressors are collinear or nearly collinear, then Zou (2006) suggests using a ridge regression estimate to form the adaptive weights.
Adaptive LASSO enjoys the oracle properties; namely, it performs as well as if the true underlying model were given in advance.