CONTRIBUTING.rst
HISTORY.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/history.rst
docs/index.rst
docs/make.bat
docs/api_reference/constraints.rst
docs/api_reference/demo.rst
docs/api_reference/index.rst
docs/api_reference/metadata.rst
docs/api_reference/relational.rst
docs/api_reference/sdv.rst
docs/api_reference/tabular.rst
docs/developer_guides/contributing.rst
docs/developer_guides/index.rst
docs/developer_guides/overview.rst
docs/developer_guides/sdv/constraints.rst
docs/developer_guides/sdv/index.rst
docs/developer_guides/sdv/metadata.rst
docs/developer_guides/sdv/tabular.rst
docs/getting_started/index.rst
docs/getting_started/install.rst
docs/getting_started/quickstart.rst
docs/images/SDV-Logo-Black-Tagline.png
docs/images/SDV-Logo-Black-small.png
docs/images/SDV-Logo-Black.png
docs/images/SDV-Logo-Color-Tagline-Square.png
docs/images/SDV-Logo-Color-Tagline.png
docs/images/SDV-Logo-Color.png
docs/images/dai-logo-white-200.png
docs/images/hma1_1.png
docs/images/metadata_1.png
docs/images/metadata_2.png
docs/images/quickstart_1.png
docs/images/rcpa_1.png
docs/savefig/experience_years.png
docs/savefig/experience_years_1.png
docs/savefig/experience_years_2.png
docs/savefig/experience_years_3.png
docs/savefig/metadata_2.png
docs/user_guides/index.rst
docs/user_guides/relational/data_description.rst
docs/user_guides/relational/hma1.rst
docs/user_guides/relational/index.rst
docs/user_guides/relational/models.rst
docs/user_guides/relational/relational_metadata.rst
docs/user_guides/single_table/constraints.rst
docs/user_guides/single_table/ctgan.rst
docs/user_guides/single_table/data_description.rst
docs/user_guides/single_table/evaluation.rst
docs/user_guides/single_table/gaussian_copula.rst
docs/user_guides/single_table/index.rst
docs/user_guides/single_table/models.rst
docs/user_guides/single_table/table_metadata.rst
docs/user_guides/timeseries/index.rst
sdv/__init__.py
sdv/benchmark.py
sdv/demo.py
sdv/errors.py
sdv/evaluation.py
sdv/sdv.py
sdv/utils.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/constraints/__init__.py
sdv/constraints/base.py
sdv/constraints/tabular.py
sdv/metadata/__init__.py
sdv/metadata/dataset.py
sdv/metadata/errors.py
sdv/metadata/table.py
sdv/metadata/visualization.py
sdv/relational/__init__.py
sdv/relational/base.py
sdv/relational/hma.py
sdv/tabular/__init__.py
sdv/tabular/base.py
sdv/tabular/copulas.py
sdv/tabular/ctgan.py
sdv/tabular/utils.py
tests/test_sdv.py
tests/integration/__init__.py
tests/integration/test_constraints.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_dataset.py
tests/metadata/test_visualization.py
tests/tabular/__init__.py
tests/tabular/test_utils.py