Is there a way to use groupKFold for the internal cv in StackingClassifier? #31670
Unanswered
itai-heliohealth
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to add set_config(enable_metadata_routing=True).
but I get "TypeError: StackingClassifier.fit got unexpected argument(s) {'groups'}, which are not routed to any object." When I add group=group_train in the fit function.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions