-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG] fix docstring multitask (lasso, etc.) #8473
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
Codecov Report
@@ Coverage Diff @@
## master #8473 +/- ##
==========================================
+ Coverage 94.79% 95.47% +0.68%
==========================================
Files 342 342
Lines 60907 60907
==========================================
+ Hits 57738 58154 +416
+ Misses 3169 2753 -416
Continue to review full report at Codecov.
|
passed in at fit (non multi-task usage), ``coef_`` is then a 1D array | ||
Parameter vector (W.T in the cost function formula). If a 1D y is \ | ||
passed in at fit (non multi-task usage), ``coef_`` is then a 1D array. | ||
Beware that ``coef_ = W.T``. |
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.
I don't like much the "beware". I'd prefer "Note that ..."
910dabd
to
6416b80
Compare
thx @josephsalmon |
Youpi @josephsalmon. Congrats for your first PR :) !!! |
Reference Issue
Fixes #8472
@agramfort
@mathurinm
What does this implement/fix? Explain your changes.
Any other comments?