CONTRIBUTING.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/make.bat
docs/metadata.rst
docs/readme.rst
docs/images/dai-logo-white-200.png
sdv/__init__.py
sdv/benchmark.py
sdv/demo.py
sdv/evaluation.py
sdv/modeler.py
sdv/sampler.py
sdv/sdv.py
sdv.egg-info/PKG-INFO
sdv.egg-info/SOURCES.txt
sdv.egg-info/dependency_links.txt
sdv.egg-info/not-zip-safe
sdv.egg-info/requires.txt
sdv.egg-info/top_level.txt
sdv/metadata/__init__.py
sdv/metadata/errors.py
sdv/metadata/table.py
sdv/metadata/visualization.py
sdv/models/__init__.py
sdv/models/base.py
sdv/models/copulas.py
sdv/models/utils.py
sdv/tabular/__init__.py
sdv/tabular/base.py
sdv/tabular/copulas.py
sdv/tabular/ctgan.py
sdv/tabular/utils.py
tests/test_modeler.py
tests/test_sampler.py
tests/test_sdv.py
tests/integration/__init__.py
tests/integration/test_evaluation.py
tests/integration/test_metadata.py
tests/integration/test_sdv.py
tests/integration/tabular/test_copulas.py
tests/integration/tabular/test_ctgan.py
tests/metadata/test___init__.py
tests/metadata/test_visualization.py
tests/models/__init__.py
tests/models/test_copulas.py
tests/models/test_utils.py