Skip to content

Add inline example link to RFECV class docstring (#30621) #31476

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

VirenPassi
Copy link

Reference Issues/PRs

Fixes #30621.

What does this implement/fix?

Added an inline reference link to the example plot_rfe_with_cross_validation.py
in the docstring of the RFECV class (sklearn/feature_selection/_rfe.py).
This enhances documentation by allowing users to access the example directly from the class docs.

These changes are documentation-only and do not affect code functionality.

Copy link

github-actions bot commented Jun 3, 2025

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 5c8f81b. Link to the linter CI: here

@VirenPassi
Copy link
Author

Hi maintainers, just wanted to kindly follow up on this PR. All checks have passed and this adds a relevant example link for RFECV, per Issue #30621. Ready for review when you have a moment. Thanks!

@VirenPassi VirenPassi marked this pull request as draft June 10, 2025 09:23
@VirenPassi VirenPassi marked this pull request as ready for review June 10, 2025 09:25
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.

Add links to examples from the docstrings and user guide
1 participant