-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG] Add default values to doc of RandomizedLasso #8340
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
[MRG] Add default values to doc of RandomizedLasso #8340
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8340 +/- ##
==========================================
+ Coverage 94.74% 94.75% +<.01%
==========================================
Files 342 342
Lines 60735 60801 +66
==========================================
+ Hits 57543 57609 +66
Misses 3192 3192
Continue to review full report at Codecov.
|
can you give the link to the rendered docstrings on circle ci build? |
You missed one or two in |
I read a default= with the double back ticks on the html. I am not sure sure it's expected |
I don't get how this relates to #7793 which does not mention default values. We sometimes indicate defaults, but rarely do so like this, which accords with numpy, etc. |
Makes sense, better to close this pull then.
|
I don't mind adding some defaults in when it's useful. An example of when it is particularly not useful is when the default is something like |
Closing for now. |
Noting here that the default for |
As you wish. |
References #7793
I used the default values from
scikit-learn/sklearn/linear_model/randomized_l1.py
Line 317 in c6b2002