-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Allow **fit_params on RFECV #17954
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
Comments
This would first require There is related work for getting |
Everyone looking for RFE with Gradient Boosting, like LGBM or XGB, I suggest shap-hypetune... A python package for simultaneous Hyperparameters Tuning and Features Selection for Gradient Boosting Models. It supports RFE (also with shap feature ranking) with every fitting parameters like in the standard algorithm API |
For RFE, **fit_params are implemented & merged with #20380. Can someone enable them in RFECV as well, please? |
I'm marking this has Hard based on #24004 (comment) where we want to use the metadata routing API for routing the |
solved now with metadata routing. |
Hi,
minor change in
fit
method enabling extra fit parameters (i.e.**fit_params
).Link to source code:
https://github.com/scikit-learn/scikit-learn/blob/fd237278e/sklearn/feature_selection/_rfe.py#L486
Thanks!
The text was updated successfully, but these errors were encountered: