DOC Ensures that LogisticRegressionCV passes numpydoc validation#20376
DOC Ensures that LogisticRegressionCV passes numpydoc validation#20376glemaitre merged 5 commits intoscikit-learn:mainfrom
Conversation
…nto 20308/LogisticRegressionCV
|
Hi @glemaitre i solved the suggestions! Thank you for the attention and the feedback! |
The best way to know about the limit when you edit the code is to have a vertical ruler on your IDE. |
|
Merging. Looks good. |
…kit-learn#20376) Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
#DataUmbrella sprint
Reference Issues/PRs
Adresses #20308
cc.: @lacouth pair programming partner
What does this implement/fix? Explain your changes.
Removing LogisticRegressionCV from DOCSTRING_IGNORE_LIST
Fixing numpydoc errors in LogisticRegressionCV class, fit method and score method.