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/metrics.rst
docs/api_reference/relational.rst
docs/api_reference/sdv.rst
docs/api_reference/tabular.rst
docs/api_reference/timeseries.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/copulagan_experience_years_1.png
docs/savefig/copulagan_experience_years_2.png
docs/savefig/copulagan_experience_years_3.png
docs/savefig/experience_years_1.png
docs/savefig/experience_years_2.png
docs/savefig/experience_years_3.png
docs/sdv_theme/static/slack-32.png
docs/user_guides/index.rst
docs/user_guides/benchmarking/index.rst
docs/user_guides/benchmarking/single_table.rst
docs/user_guides/evaluation/evaluation_framework.rst
docs/user_guides/evaluation/index.rst
docs/user_guides/evaluation/multi_table_metrics.rst
docs/user_guides/evaluation/single_table_metrics.rst
docs/user_guides/evaluation/synthetic_data_metrics.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/copulagan.rst
docs/user_guides/single_table/ctgan.rst
docs/user_guides/single_table/data_description.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/single_table/tvae.rst
docs/user_guides/timeseries/index.rst
docs/user_guides/timeseries/models.rst
docs/user_guides/timeseries/par.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/metrics/__init__.py
sdv/metrics/demos.py
sdv/metrics/relational.py
sdv/metrics/tabular.py
sdv/metrics/timeseries.py
sdv/relational/__init__.py
sdv/relational/base.py
sdv/relational/hma.py
sdv/tabular/__init__.py
sdv/tabular/base.py
sdv/tabular/copulagan.py
sdv/tabular/copulas.py
sdv/tabular/ctgan.py
sdv/tabular/utils.py
sdv/timeseries/__init__.py
sdv/timeseries/base.py
sdv/timeseries/deepecho.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/relational/__init__.py
tests/integration/relational/test_hma.py
tests/integration/tabular/__init__.py
tests/integration/tabular/test_copulagan.py
tests/integration/tabular/test_copulas.py
tests/integration/tabular/test_ctgan.py
tests/integration/timeseries/test_par.py
tests/unit/__init__.py
tests/unit/test_sdv.py
tests/unit/constraints/__init__.py
tests/unit/constraints/test_base.py
tests/unit/constraints/test_tabular.py
tests/unit/metadata/__init__.py
tests/unit/metadata/test_dataset.py
tests/unit/metadata/test_visualization.py
tests/unit/tabular/__init__.py
tests/unit/tabular/test_copulas.py
tests/unit/tabular/test_utils.py