CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
benchmarks/run_benchmark.py
benchmarks/results/latest.csv
benchmarks/results/latest.md
benchmarks/results/utility_vs_risk.svg
docs/design.md
docs/dp-guarantees.md
docs/private-pgm.md
docs/public-schema.md
docs/release.md
docs/releases/v0.1.0.md
examples/compare_backends.ipynb
examples/public_schema.py
examples/quickstart.ipynb
synthhub/__init__.py
synthhub/errors.py
synthhub/preprocessing.py
synthhub/reports.py
synthhub/schema.py
synthhub/synth.py
synthhub.egg-info/PKG-INFO
synthhub.egg-info/SOURCES.txt
synthhub.egg-info/dependency_links.txt
synthhub.egg-info/requires.txt
synthhub.egg-info/top_level.txt
synthhub/backends/__init__.py
synthhub/backends/base.py
synthhub/backends/datasynthesizer.py
synthhub/backends/independent.py
synthhub/backends/private_pgm.py
synthhub/backends/registry.py
synthhub/backends/smartnoise.py
synthhub/backends/synthcity.py
synthhub/evaluation/__init__.py
synthhub/evaluation/privacy.py
synthhub/evaluation/utility.py
tests/test_backend_contract.py
tests/test_evaluation.py
tests/test_optional_backends.py
tests/test_schema.py
tests/test_synthesizer.py
tests/test_use_cases.py