Skip to content

Commit bf462fe

Browse files
author
glassonion1
committed
Merge branch 'main' of github.com:glassonion1/anonypy
2 parents cc30b8e + a95cc7e commit bf462fe

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# AnonyPy
2-
Anonymization library for python
2+
Anonymization library for python.
3+
AnonyPy provides following privacy preserving techniques for the anonymization.
4+
- K Anonymity
5+
- L Diversity
6+
- T Closeness
7+
8+
## The Anonymization method
9+
- Anonymization method aims at making the individual record be indistinguishable among a group record by using techniques of generalization and suppression.
10+
- Turning a dataset into a k-anonymous (and possibly l-diverse or t-close) dataset is a complex problem, and finding the optimal partition into k-anonymous groups is an NP-hard problem.
11+
- AnonyPy uses "Mondrian" algorithm to partition the original data into smaller and smaller groups
12+
- The algorithm assumes that we have converted all attributes into numerical or categorical values and that we are able to measure the “span” of a given attribute Xi.
313

414
## Install
515
```

0 commit comments

Comments
 (0)