ai-privacy-toolkit/apt/utils/models
abigailgold 5dce961092
Support 1-hot encoded features in anonymization + fixes related to encoding in minimization (#86)
* Support 1-hot encoded features in anonymization (#72)
* Fix anonymization adult notebook + new notebook to demonstrate anonymization on 1-hot encoded data

* Minimizer: No default encoder, if none provided data is supplied to the model as is. Fix data type of representative values. Fix and add more tests.

Signed-off-by: abigailt <abigailt@il.ibm.com>
2023-10-19 11:48:15 +03:00
..
__init__.py Add support for xgboost XGBClassifier (#53) 2022-07-28 17:21:24 +03:00
keras_model.py Increase version to 0.2.0 (#74) 2023-05-08 12:50:55 +03:00
model.py Make data minimization more consistent and performant (#83) 2023-08-21 18:39:15 +03:00
pytorch_model.py Support 1-hot encoded features in anonymization + fixes related to encoding in minimization (#86) 2023-10-19 11:48:15 +03:00
sklearn_model.py Make data minimization more consistent and performant (#83) 2023-08-21 18:39:15 +03:00
xgboost_model.py Increase version to 0.2.0 (#74) 2023-05-08 12:50:55 +03:00