Skip to content
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

Conversation

R-Palazzo
Copy link
Contributor

@R-Palazzo R-Palazzo commented Oct 27, 2023

CU-86ayjyjhn
Resolve #734

This PR is to make the multi-column transformers work with a single column.

@R-Palazzo R-Palazzo requested a review from a team as a code owner October 27, 2023 14:49
@R-Palazzo R-Palazzo removed the request for review from a team October 27, 2023 14:49
Copy link
Contributor

@amontanez24 amontanez24 left a 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?

@R-Palazzo R-Palazzo changed the title Change logic hypertransformer multi column transformer Multi column transformers crash when assigned to single column Oct 27, 2023
Copy link
Member

@pvk-developer pvk-developer left a 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(),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This ('B2') is 'B2' , either add ('B2', ) or set(['B2']), unless you are intending to pass just a string, then we can remove the ( )
Screenshot from 2023-10-31 12-45-08

@R-Palazzo R-Palazzo merged commit 58bca2c into multi-column-transformer Oct 31, 2023
45 checks passed
@R-Palazzo R-Palazzo deleted the change-logic-hypertransformer-multi-column-transformer branch October 31, 2023 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants