You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In high dimensions, sparseLTS() may be faster if the lasso on the subsets is computed via coordinate descent. For a grid of lambda values, warm starts can probably be used (i.e., use the sparse LTS solution from the previous value of lambda as initial coefficients in the lasso fits on the subsets).
The text was updated successfully, but these errors were encountered:
In high dimensions,
sparseLTS()
may be faster if the lasso on the subsets is computed via coordinate descent. For a grid oflambda
values, warm starts can probably be used (i.e., use the sparse LTS solution from the previous value oflambda
as initial coefficients in the lasso fits on the subsets).The text was updated successfully, but these errors were encountered: