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
sdgym/__init__.py
sdgym/benchmark.py
sdgym/constants.py
sdgym/data.py
sdgym/evaluate.py
sdgym/leaderboard.csv
sdgym/results.py
sdgym.egg-info/PKG-INFO
sdgym.egg-info/SOURCES.txt
sdgym.egg-info/dependency_links.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/ctgan.py
sdgym/synthesizers/identity.py
sdgym/synthesizers/independent.py
sdgym/synthesizers/medgan.py
sdgym/synthesizers/privbn.py
sdgym/synthesizers/tablegan.py
sdgym/synthesizers/tvae.py
sdgym/synthesizers/uniform.py
sdgym/synthesizers/utils.py
sdgym/synthesizers/veegan.py
tests/test_benchmark.py
tests/test_synthesizers.py
tests/synthesizers/test_utils.py