FixedCombinations
Compatibility: 2 or more categorical columns
The FixedCombinations
constraint enforces that the combinations between a set of columns are fixed. That is, no other permutations or shuffling is allowed other than what's already observed in the data.
Parameters
(required) column_names
: A list of two or more columns whose combinations are fixed. The SDV will not further shuffle the data between these column names.
Example
Define your constraint using the parameters and then add it to a synthesizer.
FAQs
Last updated