.gitignore
.pre-commit-config.yaml
LICENSE.md
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
sonar-project.properties
.github/workflows/CI.yaml
.github/workflows/publish.yaml
src/synthesized_insight/__init__.py
src/synthesized_insight/check.py
src/synthesized_insight/version.py
src/synthesized_insight.egg-info/PKG-INFO
src/synthesized_insight.egg-info/SOURCES.txt
src/synthesized_insight.egg-info/dependency_links.txt
src/synthesized_insight.egg-info/requires.txt
src/synthesized_insight.egg-info/top_level.txt
src/synthesized_insight/metrics/__init__.py
src/synthesized_insight/metrics/base.py
src/synthesized_insight/metrics/confidence_interval.py
src/synthesized_insight/metrics/metrics.py
src/synthesized_insight/metrics/metrics_usage.py
src/synthesized_insight/metrics/modelling_metrics.py
src/synthesized_insight/metrics/privacy.py
src/synthesized_insight/metrics/privacy_cap_scorer.py
src/synthesized_insight/metrics/statistical_tests.py
src/synthesized_insight/metrics/utils.py
src/synthesized_insight/modelling/__init__.py
src/synthesized_insight/modelling/preprocessor.py
src/synthesized_insight/modelling/utility.py
tests/__init__.py
tests/test_check.py
tests/test_confidence_interval.py
tests/test_metrics.py
tests/test_metrics_usage.py
tests/test_modelling_metrics.py
tests/test_modelling_preprocessor_utility.py
tests/test_privacy_metrics.py
tests/test_statistical_tests.py
tests/datasets/mini_compas.csv
tests/datasets/mini_credit.csv
tests/datasets/mini_credit_with_categoricals.csv