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 column name is being used in the HyperTransformer class to generate a regular expression that later on is used to identify which transformed columns need to be used to revert the transformation:
The column name is being used in the
HyperTransformer
class to generate a regular expression that later on is used to identify which transformed columns need to be used to revert the transformation:RDT/rdt/hyper_transformer.py
Line 194 in 79195ef
This column name should be escaped to avoid conflicts when there are symbols that can be interpreted as regex escape sequences.
The text was updated successfully, but these errors were encountered: