Skip to content

Releases: IBM/ai-privacy-toolkit

v0.2.1

01 Jan 11:57
d8de062
Compare
Choose a tag to compare
  • Improvements to data minimization performance and consistency.
  • Support for 1-hot encoded features in data minimization and anonymization.
  • Support for pytorch models.
  • Additional dataset assessment methods.

v0.2.0

08 May 09:51
8a9ef80
Compare
Choose a tag to compare

Two methods for assessing privacy of synthetic datasets have been added: DatasetAttackMembershipKnnProbabilities that is based on distances of members (training set) and non-members (holdout set) from their nearest neighbors in the synthetic dataset, and DatasetAttackWholeDatasetKnnDistance that measures the share of synthetic records closer to the training than the holdout dataset.

v0.1.0

02 May 13:24
fd6be8e
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Generic wrappers for datasets and models to enable framework independence of code.
Anonymization and minimization assets updated to use these wrappers (breaking changes to some APIs).

v0.0.4

23 Feb 17:54
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Anonymization + minimization modules supporting categorical features and regression models.