You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
Problem Description
The method
create_anonymized_columns
inHypertransformer
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: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.
The text was updated successfully, but these errors were encountered: