We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please indicate the following details about the environment in which you found the bug:
When running benchmark_single_table, if run_on_ec2 is enabled, the synthesizers can't be passed in as strings. If they are, it crashes
benchmark_single_table
run_on_ec2
from sdv.single_table import GaussianCopulaSynthesizer results = sdgym.benchmark_single_table( synthesizers=['GaussianCopulaSynthesizer'], output_filepath='s3://sdgym-benchmark/Results/06-04-2024-GaussianCopulaSynthesizer.csv', detailed_results_folder='s3://sdgym-benchmark/Details/', run_on_ec2=True )
The text was updated successfully, but these errors were encountered:
lajohn4747
Successfully merging a pull request may close this issue.
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
When running
benchmark_single_table
, ifrun_on_ec2
is enabled, the synthesizers can't be passed in as strings. If they are, it crashesSteps to reproduce
The text was updated successfully, but these errors were encountered: