Skip to content

DOC Ensures that MultiTaskLassoCV passes numpydoc validation #21256

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

Merged

Conversation

Pinky-Chaudhary
Copy link
Contributor

Reference Issues/PRs
Addresses #20308

What does this implement/fix? Explain your changes.

This PR ensures MultiTaskLassoCV is compatible with numpydoc:

  • Remove MultiTaskLassoCV from DOCSTRING_IGNORE_LIST.
  • Verify that all tests are passing.
  • Change docstrings to maintain consistency.

as regularizer.
ElasticNetCV : Elastic net model with best model selection by cross-validation.
MultiTaskElasticNetCV : Multi-task L1/L2 ElasticNet with built-in cross-validation.

Copy link
Member

@TomDLT TomDLT Oct 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The linting check is failing. It is probably because of whitespaces between "See Also" and "Notes", or lines too long.

@glemaitre glemaitre self-requested a review October 21, 2021 09:16
@glemaitre glemaitre merged commit c3f41ae into scikit-learn:main Oct 21, 2021
@glemaitre
Copy link
Member

Thanks @Pinky-Chaudhary

@Pinky-Chaudhary Pinky-Chaudhary deleted the fix_numpydocs_multitasklassocv branch October 21, 2021 11:09
@glemaitre glemaitre mentioned this pull request Oct 23, 2021
10 tasks
glemaitre added a commit to glemaitre/scikit-learn that referenced this pull request Oct 23, 2021
…learn#21256)

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
glemaitre added a commit that referenced this pull request Oct 25, 2021
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
samronsin pushed a commit to samronsin/scikit-learn that referenced this pull request Nov 30, 2021
…learn#21256)

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants