AUTHORS.rst
HISTORY.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/readme.rst
docs/images/dai-logo-white-200.png
docs/images/misc/alarm.png
docs/images/misc/asia.png
docs/images/misc/child.png
docs/images/misc/grid.jpg
docs/images/misc/gridr.jpg
docs/images/misc/insurance.png
docs/images/misc/ring.jpg
docs/images/misc/res/1.jpg
docs/images/misc/res/10.jpg
docs/images/misc/res/11.jpg
docs/images/misc/res/12.jpg
docs/images/misc/res/13.jpg
docs/images/misc/res/14.jpg
docs/images/misc/res/15.jpg
docs/images/misc/res/2.jpg
docs/images/misc/res/3.jpg
docs/images/misc/res/4.jpg
docs/images/misc/res/5.jpg
docs/images/misc/res/6.jpg
docs/images/misc/res/7.jpg
docs/images/misc/res/8.jpg
docs/images/misc/res/9.jpg
docs/images/misc/res/c.jpg
docs/resources/header.png
docs/resources/header_light.png
sdgym/__init__.py
sdgym/__main__.py
sdgym/benchmark.py
sdgym/collect.py
sdgym/constants.py
sdgym/datasets.py
sdgym/errors.py
sdgym/leaderboard.csv
sdgym/metrics.py
sdgym/progress.py
sdgym/results.py
sdgym/s3.py
sdgym/summary.py
sdgym/utils.py
sdgym.egg-info/PKG-INFO
sdgym.egg-info/SOURCES.txt
sdgym.egg-info/dependency_links.txt
sdgym.egg-info/entry_points.txt
sdgym.egg-info/not-zip-safe
sdgym.egg-info/requires.txt
sdgym.egg-info/top_level.txt
sdgym/synthesizers/__init__.py
sdgym/synthesizers/base.py
sdgym/synthesizers/clbn.py
sdgym/synthesizers/identity.py
sdgym/synthesizers/independent.py
sdgym/synthesizers/medgan.py
sdgym/synthesizers/privbn.py
sdgym/synthesizers/sdv.py
sdgym/synthesizers/tablegan.py
sdgym/synthesizers/uniform.py
sdgym/synthesizers/utils.py
sdgym/synthesizers/veegan.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/test_benchmark.py
tests/synthesizers/__init__.py
tests/synthesizers/test_utils.py
tests/unit/__init__.py
tests/unit/test_datasets.py
tests/unit/test_s3.py