LICENSE
README.md
pyproject.toml
experiments/data/download_data.py
experiments/data/download_results.py
experiments/evaluation/benchmark.py
experiments/evaluation/benchmark_single_table.py
experiments/evaluation/utility.py
experiments/evaluation/visualize_results.py
experiments/figures/figure1.py
experiments/figures/figure2.py
experiments/figures/figure3.py
experiments/figures/figure4.py
experiments/figures/figure5.py
experiments/figures/figure6.py
experiments/figures/figure7.py
experiments/generation/clavaddpm/postprocess_dataset.py
experiments/generation/clavaddpm/prepare_dataset.py
experiments/generation/gretel/generate_gretel.py
experiments/generation/rctgan/generate_rctgan.py
experiments/generation/rctgan/RCTGAN/setup.py
experiments/generation/rctgan/RCTGAN/tasks.py
experiments/generation/rctgan/RCTGAN/rctgan/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/demo.py
experiments/generation/rctgan/RCTGAN/rctgan/errors.py
experiments/generation/rctgan/RCTGAN/rctgan/evaluation.py
experiments/generation/rctgan/RCTGAN/rctgan/rctgan.py
experiments/generation/rctgan/RCTGAN/rctgan/utils.py
experiments/generation/rctgan/RCTGAN/rctgan/constraints/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/constraints/base.py
experiments/generation/rctgan/RCTGAN/rctgan/constraints/errors.py
experiments/generation/rctgan/RCTGAN/rctgan/constraints/tabular.py
experiments/generation/rctgan/RCTGAN/rctgan/constraints/utils.py
experiments/generation/rctgan/RCTGAN/rctgan/ctganpc/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/ctganpc/__main__.py
experiments/generation/rctgan/RCTGAN/rctgan/ctganpc/data.py
experiments/generation/rctgan/RCTGAN/rctgan/ctganpc/data_sampler.py
experiments/generation/rctgan/RCTGAN/rctgan/ctganpc/data_transformer.py
experiments/generation/rctgan/RCTGAN/rctgan/ctganpc/demo.py
experiments/generation/rctgan/RCTGAN/rctgan/ctganpc/synthesizers/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/ctganpc/synthesizers/base.py
experiments/generation/rctgan/RCTGAN/rctgan/ctganpc/synthesizers/ctganpc.py
experiments/generation/rctgan/RCTGAN/rctgan/metadata/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/metadata/dataset.py
experiments/generation/rctgan/RCTGAN/rctgan/metadata/errors.py
experiments/generation/rctgan/RCTGAN/rctgan/metadata/table.py
experiments/generation/rctgan/RCTGAN/rctgan/metadata/utils.py
experiments/generation/rctgan/RCTGAN/rctgan/metadata/visualization.py
experiments/generation/rctgan/RCTGAN/rctgan/metrics/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/metrics/demos.py
experiments/generation/rctgan/RCTGAN/rctgan/metrics/relational.py
experiments/generation/rctgan/RCTGAN/rctgan/metrics/tabular.py
experiments/generation/rctgan/RCTGAN/rctgan/metrics/timeseries.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/errors.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/hyper_transformer.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/performance/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/performance/performance.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/performance/profiling.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/performance/datasets/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/performance/datasets/base.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/performance/datasets/boolean.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/performance/datasets/categorical.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/performance/datasets/datetime.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/performance/datasets/numerical.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/performance/datasets/pii.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/performance/datasets/utils.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/transformers/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/transformers/base.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/transformers/boolean.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/transformers/categorical.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/transformers/datetime.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/transformers/null.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/transformers/numerical.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/transformers/addons/addons_setup.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/transformers/addons/identity/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/transformers/addons/identity/identity.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/transformers/pii/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/rdt2/transformers/pii/anonymizer.py
experiments/generation/rctgan/RCTGAN/rctgan/relational/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/relational/base.py
experiments/generation/rctgan/RCTGAN/rctgan/relational/rctgan.py
experiments/generation/rctgan/RCTGAN/rctgan/tabular/__init__.py
experiments/generation/rctgan/RCTGAN/rctgan/tabular/base.py
experiments/generation/rctgan/RCTGAN/rctgan/tabular/ctganpc.py
experiments/generation/rctgan/RCTGAN/rctgan/tabular/utils.py
experiments/generation/realtabformer/generate_realtabformer.py
experiments/generation/sdv/generate_sdv.py
experiments/generation/tabular/generate_tabular.py
experiments/tables/fidelity.py
experiments/tables/fidelity_utility_correlation.py
experiments/tables/utility.py
experiments_personal/mle.py
experiments_personal/generation/convert_metadata_to_v0.py
experiments_personal/generation/generate_realtabformer.py
experiments_personal/generation/generate_synthetic_tabular.py
experiments_personal/generation/GRETEL/generate_biodegradability_gretel.py
experiments_personal/generation/GRETEL/generate_rossmann_gretel.py
experiments_personal/generation/GRETEL/render_databases.py
experiments_personal/generation/GRETEL/render_databases_old.py
experiments_personal/generation/RCTGAN/setup.py
experiments_personal/generation/RCTGAN/tasks.py
experiments_personal/generation/RCTGAN/rctgan/__init__.py
experiments_personal/generation/RCTGAN/rctgan/demo.py
experiments_personal/generation/RCTGAN/rctgan/errors.py
experiments_personal/generation/RCTGAN/rctgan/evaluation.py
experiments_personal/generation/RCTGAN/rctgan/rctgan.py
experiments_personal/generation/RCTGAN/rctgan/utils.py
experiments_personal/generation/RCTGAN/rctgan/constraints/__init__.py
experiments_personal/generation/RCTGAN/rctgan/constraints/base.py
experiments_personal/generation/RCTGAN/rctgan/constraints/errors.py
experiments_personal/generation/RCTGAN/rctgan/constraints/tabular.py
experiments_personal/generation/RCTGAN/rctgan/constraints/utils.py
experiments_personal/generation/RCTGAN/rctgan/ctganpc/__init__.py
experiments_personal/generation/RCTGAN/rctgan/ctganpc/__main__.py
experiments_personal/generation/RCTGAN/rctgan/ctganpc/data.py
experiments_personal/generation/RCTGAN/rctgan/ctganpc/data_sampler.py
experiments_personal/generation/RCTGAN/rctgan/ctganpc/data_transformer.py
experiments_personal/generation/RCTGAN/rctgan/ctganpc/demo.py
experiments_personal/generation/RCTGAN/rctgan/ctganpc/synthesizers/__init__.py
experiments_personal/generation/RCTGAN/rctgan/ctganpc/synthesizers/base.py
experiments_personal/generation/RCTGAN/rctgan/ctganpc/synthesizers/ctganpc.py
experiments_personal/generation/RCTGAN/rctgan/metadata/__init__.py
experiments_personal/generation/RCTGAN/rctgan/metadata/dataset.py
experiments_personal/generation/RCTGAN/rctgan/metadata/errors.py
experiments_personal/generation/RCTGAN/rctgan/metadata/table.py
experiments_personal/generation/RCTGAN/rctgan/metadata/utils.py
experiments_personal/generation/RCTGAN/rctgan/metadata/visualization.py
experiments_personal/generation/RCTGAN/rctgan/metrics/__init__.py
experiments_personal/generation/RCTGAN/rctgan/metrics/demos.py
experiments_personal/generation/RCTGAN/rctgan/metrics/relational.py
experiments_personal/generation/RCTGAN/rctgan/metrics/tabular.py
experiments_personal/generation/RCTGAN/rctgan/metrics/timeseries.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/__init__.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/errors.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/hyper_transformer.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/performance/__init__.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/performance/performance.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/performance/profiling.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/performance/datasets/__init__.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/performance/datasets/base.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/performance/datasets/boolean.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/performance/datasets/categorical.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/performance/datasets/datetime.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/performance/datasets/numerical.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/performance/datasets/pii.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/performance/datasets/utils.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/transformers/__init__.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/transformers/base.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/transformers/boolean.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/transformers/categorical.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/transformers/datetime.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/transformers/null.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/transformers/numerical.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/transformers/addons/addons_setup.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/transformers/addons/identity/__init__.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/transformers/addons/identity/identity.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/transformers/pii/__init__.py
experiments_personal/generation/RCTGAN/rctgan/rdt2/transformers/pii/anonymizer.py
experiments_personal/generation/RCTGAN/rctgan/relational/__init__.py
experiments_personal/generation/RCTGAN/rctgan/relational/base.py
experiments_personal/generation/RCTGAN/rctgan/relational/rctgan.py
experiments_personal/generation/RCTGAN/rctgan/tabular/__init__.py
experiments_personal/generation/RCTGAN/rctgan/tabular/base.py
experiments_personal/generation/RCTGAN/rctgan/tabular/ctganpc.py
experiments_personal/generation/RCTGAN/rctgan/tabular/utils.py
experiments_personal/generation/SLING/default_generate_script.py
experiments_personal/generation/SLING/generate_rctgan.py
experiments_personal/generation/SLING/generate_realtabformer.py
experiments_personal/generation/SLING/generate_realtabformer_old.py
experiments_personal/generation/SLING/run_benchmark.py
syntherela/__init__.py
syntherela/benchmark.py
syntherela/data.py
syntherela/metadata.py
syntherela/report.py
syntherela/utils.py
syntherela.egg-info/PKG-INFO
syntherela.egg-info/SOURCES.txt
syntherela.egg-info/dependency_links.txt
syntherela.egg-info/requires.txt
syntherela.egg-info/top_level.txt
syntherela/metrics/__init__.py
syntherela/metrics/base.py
syntherela/metrics/utility.py
syntherela/metrics/multi_table/__init__.py
syntherela/metrics/multi_table/detection/__init__.py
syntherela/metrics/multi_table/detection/aggregation_detection.py
syntherela/metrics/multi_table/detection/denormalized_detection.py
syntherela/metrics/multi_table/detection/parent_child.py
syntherela/metrics/multi_table/distance/__init__.py
syntherela/metrics/multi_table/statistical/__init__.py
syntherela/metrics/multi_table/statistical/cardinality_shape_similarity.py
syntherela/metrics/single_column/__init__.py
syntherela/metrics/single_column/detection/__init__.py
syntherela/metrics/single_column/detection/single_column_detection.py
syntherela/metrics/single_column/distance/__init__.py
syntherela/metrics/single_column/distance/hellinger_distance.py
syntherela/metrics/single_column/distance/jensen_shannon_distance.py
syntherela/metrics/single_column/distance/total_variation_distance.py
syntherela/metrics/single_column/distance/utils.py
syntherela/metrics/single_column/distance/wasserstein_distance.py
syntherela/metrics/single_column/statistical/__init__.py
syntherela/metrics/single_column/statistical/chi_square_test.py
syntherela/metrics/single_column/statistical/kolmogorov_smirnov_test.py
syntherela/metrics/single_table/__init__.py
syntherela/metrics/single_table/detection/__init__.py
syntherela/metrics/single_table/detection/single_table_detection.py
syntherela/metrics/single_table/distance/__init__.py
syntherela/metrics/single_table/distance/maximum_mean_discrepancy.py
syntherela/metrics/single_table/distance/pairwise_correlation_difference.py
syntherela/visualisations/__init__.py
syntherela/visualisations/distribution_visualisations.py
syntherela/visualisations/multi_table_visualisations.py
syntherela/visualisations/single_column_visualisations.py
syntherela/visualisations/single_table_visualisations.py
syntherela/visualisations/utils.py