Skip to content

v0.2.0

Compare
Choose a tag to compare
@abigailgold abigailgold released this 08 May 09:51
· 14 commits to main since this release
8a9ef80

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.