virtualdatalab
virtualdatalab copied to clipboard
Benchmarking synthetic data generators for sequential data in terms of accuracy and privacy.
Hey, I tried running your notebook `benchmark_example.ipynb` on Google Colab and I get an error : ModuleNotFoundError: No module named 'virtualdatalab.cython.cython_metric' Log: --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) [](https://localhost:8080/#)...
# Context VDL expects datasets to start they sequence count (column sequence_pos) from 0. If a dataset is provided that has a sequence starting with 1, virtualdatalab.benchmark.compare() fails with a...
# Context Synthesizers derived from BaseSynthesizers have the responsibility to call training and generate of the base class, which makes sure the data has specific properties. # Improvement Instead of...