Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DOC fix misleading versionadded in RFECV #30049

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
merged 1 commit into from
Oct 14, 2024

Conversation

glemaitre
Copy link
Member

closes #30048

cv_results_ was added in 1.0 but the key n_features only in 1.5.
Currently the documentation could be slightly misleading.

So moving the 1.0 under the cv_results_ attribute and added 1.5 for the n_features key.

Copy link

✔️ Linting Passed

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

Generated for commit: 17093ac. Link to the linter CI: here

@adrinjalali adrinjalali merged commit 83417fb into scikit-learn:main Oct 14, 2024
33 checks passed
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.

DOC misleading version added info for cv_results["n_features"] in RFECV
2 participants