-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
[MRG] DOC make more obvious that logistic regression is regularized by default #14093
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
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.
Maybe we should even make it say "which is conventional in machine learning but not in statistics"
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 am fine with the change. I would only use sphinx directive there.
doc/modules/linear_model.rst
Outdated
regularization. Note that regularization is applied by default. | ||
regularization. | ||
|
||
**Note that regularization is applied by default**, which is common in machine |
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.
We could use the .. note::
directive from sphinx to highlight it better
I checked the rendering and this is fine. Thanks. |
closes #14070
ping @amueller