DOC Improve the mathematical description of Logistic Regression#22382
DOC Improve the mathematical description of Logistic Regression#22382glemaitre merged 44 commits intoscikit-learn:mainfrom
Conversation
lorentzenchr
left a comment
There was a problem hiding this comment.
Thanks for working on this. Here are a few opinionated review comments.
On top, could you also replace
"Logistic regression, despite its name, is a linear model for classification" -> "Logistic regression, despite its name, is a generalized linear model for classification"
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
…it-learn into logistic_math_docs
|
@arthurmensch -- I see your name from |
|
@ogrisel you probably want to have a look at the discussion. |
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
|
Thanks for the PR @Micky774. I made a review on my repo. Feel free to cherry-pick it from this commit. The same idea of using a table should then be done for the Multinomial Case for consistency. |
|
Thank you @ArturoAmorQ , the tabular presentation is a great addition! |
lorentzenchr
left a comment
There was a problem hiding this comment.
LGTM. Some final nitpicks.
|
@agramfort Thanks for clarifying the issue about the regularization term. |
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
…it-learn into logistic_math_docs
|
Thanks @Micky774 |
…it-learn#22382) Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com> Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com> Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu> Co-authored-by: Loïc Estève <loic.esteve@ymail.com> Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
…it-learn#22382) Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com> Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com> Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu> Co-authored-by: Loïc Estève <loic.esteve@ymail.com> Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com> Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com> Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu> Co-authored-by: Loïc Estève <loic.esteve@ymail.com> Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Reference Issues/PRs
Addresses #21985
What does this implement/fix? Explain your changes.
Restructures module docs for logistic regression to try to make the explanation clearer.
Any other comments?