Public SDV Datasets
Using the demo datasets in SDGym
Exploring Datasets
from sdgym import DatasetExplorer
explorer = DatasetExplorer()
summary = explorer.summarize_datasets(modality='single_table')Benchmarking
import sdgym
results = sdgym.benchmark_single_table_aws(
sdv_datasets=['adult', 'alarm', 'census', 'child', 'expedia_hotel_logs'],
output_destination='s3://my_results_bucket/'
)Last updated