Example: IfTrueThenZero
from sdv.datasets.demo import download_demo
real_data, metadata = download_demo(
modality='single_table',
dataset_name='fake_hotel_guests'
)
Creating the Constraint
Validity Check
Transformations
Putting it together
Download the Example
Using the Constraint
Last updated