-
Notifications
You must be signed in to change notification settings - Fork 24
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
Multi column transformers crash when assigned to single column #733
Multi column transformers crash when assigned to single column #733
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.
LGTM! I filed an issue for this problem #734 . Can you tag in the description?
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.
Left a minor comment but other than that looks good ;)
}, | ||
'transformers': { | ||
'A': DummyMultiColumnTransformerNumerical(), | ||
('B2'): DummyMultiColumnTransformerNumerical(), |
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.
CU-86ayjyjhn
Resolve #734
This PR is to make the multi-column transformers work with a single column.