Interpreting Results
Benchmark results are available for every synthesizer and dataset pair. The returned results are a pandas DataFrame object.
Returned Results
The results provide a summary of the benchmarking setup, performance during the execution and the overall evaluation. Browse through the tabs below to learn more about what each result means.
These results summarize the setup of your benchmarking run.
Synthesizer
: The name of the synthesizer used to model and create the synthetic dataDataset
: The name of the dataset that the synthesizer learned to createDataset_Size_MB
: The overall size of the dataset when loaded into Python, in MB
Errors
If the synthesizer crashed at any point in the process, you will see a NaN
value from that point onwards. For example, if your synthesizer ran out of memory during the training phase, you'll see NaN
values for the model size, sample time, evaluation time and other metrics.
If you had the setting selected, your detailed_results_folder
should contain more information about the exact error message.
FAQs
Last updated