-
-
Notifications
You must be signed in to change notification settings - Fork 26k
[MRG+1] Fixes #10571: Shape of coef_
wrong for linear_model.Lasso when using `fit_interce…
#10687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I think the failure on circleci is a false positive alarm. Perhaps someone with permissions can rerun it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
coef_
wrong for linear_model.Lasso when using `fit_interce…coef_
wrong for linear_model.Lasso when using `fit_interce…
Please add an entry to the change log at |
Although there's another PR at #10616 |
f0f5eda
to
83f7e80
Compare
Thanks @martin-hahn |
Reference Issues/PRs
Fixes #10571
Resolves #10616
Shape of
coef_
wrong for linear_model.Lasso when usingfit_intercept=False
What does this implement/fix? Explain your changes.
np.squeeze was misused and returned zero shaped arrays.