Skip to content
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

[WIP] Added SelectFromModelCV #14102

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

Conversation

H4dr1en
Copy link
Contributor

@H4dr1en H4dr1en commented Jun 17, 2019

What does this implement/fix? Explain your changes.

This PR implements SelectFromModelCV, bringing the equivalent of what RFECV is to RFE.
This addresses the need of having a cross validation of feature importances for estimators having no intrinsic cross validation like LassoCVor eli5's PermutationImportance.

Any other comments?

I'll add doc and tests if you are interested in continuing with the integration of this feature.

@H4dr1en H4dr1en changed the title Added SelectFromModelCV [WIP] Added SelectFromModelCV Jun 17, 2019
@amueller
Copy link
Member

amueller commented Aug 6, 2019

Are you still working on this? Do you want reviews? Generally this seems like a reasonable idea, I think. I'm not sure how this would work within a pipeline (which is also an issue with other EstimatorCV objects).

@H4dr1en
Copy link
Contributor Author

H4dr1en commented Aug 8, 2019

Indeed I was looking for reviews, but now I moved on and I am not working on this anymore. Note that the feature itself is working, it just requires a little effort to integrate it properly (tests, doc, ...) that I unfortunately cannot do for the moment.

@amueller
Copy link
Member

amueller commented Aug 8, 2019

@H4dr1en no worries. Thanks for the quick reply!

Base automatically changed from master to main January 22, 2021 10:51
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.

None yet

2 participants