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

Make create_anonymized_columns work with multi columns transformer #871

Closed
R-Palazzo opened this issue Aug 20, 2024 · 0 comments · Fixed by #872
Closed

Make create_anonymized_columns work with multi columns transformer #871

R-Palazzo opened this issue Aug 20, 2024 · 0 comments · Fixed by #872
Assignees
Labels
feature request Request for a new feature
Milestone

Comments

@R-Palazzo
Copy link
Contributor

Problem Description

The method create_anonymized_columns in Hypertransformer allows users to generate anonymized columns by providing the number of rows to generate and a list of columns. However, when one of the listed columns is part of a multi-column transformer, the method crashes with the following error:

AttributeError: 'NoneType' object has no attribute 'is_generator'

Expected Behavior

The method should be able to work with multi-column transformers, especially if the multi-column transformer is a generator. If the multi-column transformer is a generator, it should generate the data end-to-end without any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant