Clear Filters
Clear Filters

Which algortihm is used to solve lasso()?

8 views (last 30 days)
Clemens Klöck
Clemens Klöck on 2 Jul 2021
Commented: Clemens Klöck on 5 Jul 2021
Hi,
my question is quite general. In matlab, the lasso function can be used to solve regression problems. Searching in help, I could not find a brief description of the algorithm or a reference which algorithm is applied.
I would be glad if some could give me a hint.
Kind Regards,
Clemens
  2 Comments
Max Heiken
Max Heiken on 3 Jul 2021
doc lasso
led me to this page of the documentation, which has an "Algorithms" section. A description and reference is given there. Is this what you are looking for?
Clemens Klöck
Clemens Klöck on 5 Jul 2021
Hi Max,
I have also read the algorithm description, but for me it was not clear if this lasso solver always uses ADMM algorithm? Because in the description is written for large arrays, the problem will be solved by ADMM. But what about small arrays?

Sign in to comment.

Answers (0)

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!