ai-privacy-toolkit/tests
abigailt b48b829a01 generalize_using_transform is now passed separately to the fit and calculate_ncp methods.
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>
2023-08-07 15:31:49 +03:00
..
__init__.py Initial commit 2021-04-28 14:00:19 +03:00
test_anonymizer.py Formatting (#68) 2022-12-25 15:13:57 +02:00
test_data_assessment.py Reduce runtime of dataset assessment tests 2023-05-31 14:54:16 +03:00
test_data_assessment_short_test.py Change back flake8 warnings to errors. Fix tests not to fail it. (#76) 2023-05-11 11:33:50 +03:00
test_datasets.py Formatting (#68) 2022-12-25 15:13:57 +02:00
test_minimizer.py generalize_using_transform is now passed separately to the fit and calculate_ncp methods. 2023-08-07 15:31:49 +03:00
test_model.py Increase version to 0.2.0 (#74) 2023-05-08 12:50:55 +03:00
test_pytorch.py Formatting (#68) 2022-12-25 15:13:57 +02:00