mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-06-14 15:25:12 +02:00
ncp is now a class that contains 3 values: fit_score, transform_score and generalizations_score so that it doesn't matter in what order the different methods are called, all calculated ncp scores are stored. Generalizations can now be applied either from tree cells or from global generalizations struct depending on the value of generalize_using_transform. Representative values can also be computed from global generalizations. Removing a feature from the generalization can also be applied in either mode. Signed-off-by: abigailt <abigailt@il.ibm.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_anonymizer.py | ||
| test_data_assessment.py | ||
| test_data_assessment_short_test.py | ||
| test_datasets.py | ||
| test_minimizer.py | ||
| test_model.py | ||
| test_pytorch.py | ||