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
Currently, all the sdtype validations for multi-column transformers are defined in their classes.
We want to move these validations out of the classes into a separate file so that they can be used without accessing the transformers.
Expected behavior
Create a _validations.py file inside rdt/transformers
Move out all the sdtype validations for the multi-column transformer inside this file
Make the changes so the multi-column transformer usage stays the same.
The text was updated successfully, but these errors were encountered:
Problem Description
Currently, all the sdtype validations for multi-column transformers are defined in their classes.
We want to move these validations out of the classes into a separate file so that they can be used without accessing the transformers.
Expected behavior
_validations.py
file insiderdt/transformers
The text was updated successfully, but these errors were encountered: