We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7f8df commit 8ca5072Copy full SHA for 8ca5072
sdgym/run_benchmark/run_benchmark.py
@@ -49,7 +49,7 @@ def main():
49
for synthesizer_group in SYNTHESIZERS_SPLIT[:2]:
50
benchmark_single_table_aws(
51
output_destination=OUTPUT_DESTINATION_AWS,
52
- dataset=['expedia_hotel_logs', 'fake_companies'],
+ sdv_datasets=['expedia_hotel_logs', 'fake_companies'],
53
aws_access_key_id=aws_access_key_id,
54
aws_secret_access_key=aws_secret_access_key,
55
synthesizers=synthesizer_group,
0 commit comments