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
Throw an error if a user provides an sdtype that cannot be recognized If they are using open source RDT, then premium sdtypes will not be recognized either.
Problem Description
When a user uses
set_config
, we should validate their input & throw appropriate warnings/errors.Expected behavior
Perform the following 6 validations when using this function.
1. Users attempts to use
set_config
after using fitSee #466
2. There must be an
sdtypes
dict and atransformers
dictBoth dicts must be present. No other dicts are allowed.
3. Column names in
sdtypes
andtransformers
dict do not matchBoth dicts should have the exact same set of column names as keys. (They do not have to be in the same order.)
4. Invalid sdtypes
Throw an error if a user provides an sdtype that cannot be recognized
If they are using open source RDT, then premium sdtypes will not be recognized either.
5. Invalid transformers
6. Transformers are not compatible with the sdtypes
The text was updated successfully, but these errors were encountered: