Lasso with no intercept
Ältere Kommentare anzeigen
Hi all, I want to use the lasso function in the statistics toolbox but with no intercept. Kind of forcing the \beta_0 to be zero. Is there an easy way to do that ? Cheers, Ahmed
Antworten (5)
Dani Klein
am 11 Mai 2020
1 Stimme
I was having the same problem, and as Yu Bai mentioned, the official documentation
B = lasso(X,y,'Lambda',lambda,'Intercept',false).
It occured to me that the documentation of MATLAB R2019b did not say this. Therefore, I thought that it might be new in the 2020a version and I was right. I updated the software, implemented it, and it works. So you should consider the update.
Thomas Barrios
am 17 Aug. 2014
0 Stimmen
I want to know the answer to this as well.
Rafa Valero
am 17 Okt. 2015
0 Stimmen
Any answers? Please
Qiang ZHU
am 16 Jan. 2019
0 Stimmen
same here
Yu Bai
am 11 Mai 2020
0 Stimmen
It is a bit strange as official documentation of lasso contains an "Intercept" option but actually it is not implemented.
Kategorien
Mehr zu Linear Regression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!