.gitignore
.pre-commit-config.yaml
LICENSE
README.md
main.py
pyproject.toml
requirements.txt
setup.py
.github/workflows/publish.yml
.github/workflows/test.yml
datasets/__init__.py
datasets/adult/__init__.py
datasets/adult/data/adult.data
datasets/adult/data/dtypes.json
datasets/socialdiagnosis/data/SocialDiagnosis2011.csv
datasets/winequality/__init__.py
datasets/winequality/data/dtypes.json
datasets/winequality/data/winequality-white.data
example_notebooks/00_readme.ipynb
example_notebooks/01_missing_data_handler_example.ipynb
example_notebooks/02_data_processor_example.ipynb
example_notebooks/03_gaussian_copula.ipynb
example_notebooks/04_cart_method.ipynb
example_notebooks/05_metrics.ipynb
images/Header.png
python_synthpop.egg-info/PKG-INFO
python_synthpop.egg-info/SOURCES.txt
python_synthpop.egg-info/dependency_links.txt
python_synthpop.egg-info/requires.txt
python_synthpop.egg-info/top_level.txt
synthpop/__init__.py
synthpop/constants.py
synthpop/method/GC.py
synthpop/method/__init__.py
synthpop/method/cart.py
synthpop/method/helpers.py
synthpop/metrics/__init__.py
synthpop/metrics/diagnostic_report.py
synthpop/metrics/efficacy_metrics.py
synthpop/metrics/privacy_metrics.py
synthpop/metrics/single_columns_metrics.py
synthpop/processor/__init__.py
synthpop/processor/data_processor.py
synthpop/processor/missing_data_handler.py
synthpop/validator/__init__.py
synthpop/validator/validator.py
tests/test_synthpop.py