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
I looked at this, and am not sure what objective function Breeze's lasso is using. I am not familiar with that implementation of Lasso shrinkage, but maybe it's somehow equivalent to the usual form (from scikit-learn) ?
The lasso regression from breeze does not match with scikit-learn or R (glmnet).
Testing code:
Results:
scikit-learn more or less agrees with R, but breeze's results differ quite a lot when lambda is bigger.
The text was updated successfully, but these errors were encountered: