-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
FEA Add metadata routing for SequentialFeatureSelector #29260
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8000I left a few comments. Let me know if I misunderstood something tho.
@@ -201,11 +202,23 @@ def fit(self, X, y=None): | |||
Target values. This parameter may be ignored for | |||
unsupervised learning. | |||
|
|||
**params : dict, default=None | |||
Parameters to be passed to the cross_val_score function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parameters to be passed to the cross_val_score function. | |
Parameters to be passed to the scoring function evaluated through cross validation | |
via the `cross_val_score` function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Within the cross_val_score
function I think we route to more than just the scoring function. We also route to cv and estimator fit
methods.
Co-authored-by: Adam Li <adam2392@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if the CI passes!
I'll put this one on my todo list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a partial review.
…29260) Co-authored-by: Adam Li <adam2392@gmail.com> Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
Reference Issues/PRs
Towards: #22893
What does this implement/fix? Explain your changes.
Any other comments?
CC: @adrinjalali @glemaitre