-
Notifications
You must be signed in to change notification settings - Fork 42
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
Can not pass feature_groups over to fit method when using GridSearchCV + GRCCA #202
Comments
By the way, I am also not sure how to correctly provide See: |
Created a separate issue for |
Found the solution. grid.fit([X1,X2],estimator__grcca__feature_groups=feature_groups) |
Openend another issue for how to define |
@jameschapman19 Can you confirm this is the right way to set up GridSearch + Pipeline + GRCCA? |
Hi James, this might be related to #150. I would like to use
GridSearchCV
in combination withGRCCA
but I cannot find a way to pass the feature groups over to the.fit()
method ofGRCCA
.Currently I am getting:
Here's some example code:
The text was updated successfully, but these errors were encountered: