❖ MixedScales
Last updated
Last updated
Compatibility: 1 or more columns that are categorical and 1 column that is numerical
The MixedScales
constraint enforces that the value of a categorical column (or a combination of categorical columns) determines the scale of a numerical column. For example, the combined value of categorical columns test_type
and units
will determine the value of numerical column for test_results
. So if test type is 'height'
and units are 'inches'
then it forces the synthesizer to learn the scale specially for this segment.
(required) segment_column_names
: A list of one or more categorical columns that ultimately segment the data into different groups of rows. Each group will have a different scale.
(required) mixed_scale_column_name
: A numerical column whose scale depends on the segment.
Define your constraint using the parameters and then add it to a synthesizer.
❖ SDV Enterprise bundle. This feature is available for purchase as an SDV Enterprise bundle. For more information, visit our page to .