❖ ChainedInequality
Last updated
synthesizer = GaussianCopulaSynthesizer(metadata)
synthesizer.add_constraints([my_constraint])
synthesizer.fit(data)
synthetic_data = synthesizer.sample()constraints = synthesizer.detect_constraints(data)constraints = synthesizer.detect_constraints(
data,
constraint_classes=['ChainedInequality'],
detection_params={
'ChainedInequality': { 'sdtypes': [ 'numerical', 'datetime' ] }
}
)