LICENSE
README.md
pyproject.toml
./evaluation/__init__.py
./evaluation/ml_utility.py
./evaluation/privacy_metrics.py
./evaluation/sdmetrics_evaluation.py
./generators/__init__.py
./generators/base_generator.py
./generators/ctgan_model.py
./generators/gaussian_copula.py
./generators/tvae_model.py
./scripts/__init__.py
./scripts/config.yaml
./scripts/download_datasets.py
./scripts/make_release.py
./scripts/run_benchmark.py
./scripts/statistical_analysis.py
./scripts/visualize_results.py
evaluation/__init__.py
evaluation/ml_utility.py
evaluation/privacy_metrics.py
evaluation/sdmetrics_evaluation.py
generators/__init__.py
generators/base_generator.py
generators/ctgan_model.py
generators/gaussian_copula.py
generators/tvae_model.py
scripts/__init__.py
scripts/config.yaml
scripts/download_datasets.py
scripts/make_release.py
scripts/run_benchmark.py
scripts/statistical_analysis.py
scripts/visualize_results.py
synth_data_eval.egg-info/PKG-INFO
synth_data_eval.egg-info/SOURCES.txt
synth_data_eval.egg-info/dependency_links.txt
synth_data_eval.egg-info/entry_points.txt
synth_data_eval.egg-info/requires.txt
synth_data_eval.egg-info/top_level.txt
tests/test_basic.py
tests/test_evaluators.py
tests/test_generators.py
tests/test_integration.py
tests/test_run_benchmark.py
tests/test_scripts.py
tests/test_single.py
tests/test_visualize_results.py