CODEOWNERS
LICENSE
MANIFEST.in
README.md
Roadmap.md
Synthetic_Data_Generators.md
generators_UML_diagram.pdf
requirements-test.txt
requirements.txt
setup.cfg
setup.py
examples/2d_data_generation_with_correlation.ipynb
examples/accuracy_test.ipynb
examples/baseline_vs_correlation.ipynb
examples/baseline_vs_redundant.ipynb
examples/copula_dev.py
examples/generate_from_report.ipynb
examples/marginal_dist_detection.ipynb
examples/replicate_null_demo.ipynb
examples/1d_logistic/01_example_1d_data.py
examples/1d_logistic/02_example_2d_model.py
examples/1d_logistic/03_shap_explanations.py
examples/1d_logistic_rotation/01_example_1d_data.py
examples/1d_logistic_rotation/02_example_2d_model.py
examples/1d_logistic_rotation/03_shap_explanations.py
examples/2d_r_0.0/01_example_2d_data.py
examples/2d_r_0.0/02_example_2d_model.py
examples/2d_r_0.0/03_shap_explanations.py
examples/2d_r_0.0/04_qii_explanattions.py
examples/2d_r_0.0_redundant/01_example_2d_data.py
examples/2d_r_0.0_redundant/02_example_2d_model.py
examples/2d_r_0.0_redundant/03_shap_explanations.py
examples/2d_r_0.0_redundant_pca/01_example_2d_data.py
examples/2d_r_0.0_redundant_pca/02_example_2d_model.py
examples/2d_r_0.0_redundant_pca/03_shap_explanations.py
examples/2d_r_0.5/01_example_2d_data.py
examples/2d_r_0.5/02_example_2d_model.py
examples/2d_r_0.5/03_shap_explanations.py
examples/3d_cont_with_binom/01_example_3d_data.py
examples/3d_cont_with_binom/aa_fit_copula_to_data.py
examples/noise/check_noise_correlation.py
examples/sample_datasets/01_generate_datasets.py
examples/sample_datasets/diamonds.csv
examples/sample_datasets/iris.csv
examples/synth_graph_data/demo_graph.csv
examples/synth_graph_data/graph_data_demo.ipynb
synthetic_data/__init__.py
synthetic_data/base_generator.py
synthetic_data/generator_builder.py
synthetic_data/generators.py
synthetic_data/graph_synthetic_data.py
synthetic_data/marginal_dist.py
synthetic_data/null_replication.py
synthetic_data/parser.py
synthetic_data/synthetic_data.py
synthetic_data/utils.py
synthetic_data.egg-info/PKG-INFO
synthetic_data.egg-info/SOURCES.txt
synthetic_data.egg-info/dependency_links.txt
synthetic_data.egg-info/requires.txt
synthetic_data.egg-info/top_level.txt
synthetic_data/distinct_generators/__init__.py
synthetic_data/distinct_generators/categorical_generator.py
synthetic_data/distinct_generators/datetime_generator.py
synthetic_data/distinct_generators/float_generator.py
synthetic_data/distinct_generators/int_generator.py
synthetic_data/distinct_generators/null_generator.py
synthetic_data/distinct_generators/text_generator.py