# About this website

This website provides documentation of the `k_anonymization` module, a Python (re)implementation of several *k*-anonymization algorithms by the researchers of the [SDC4Society project](https://www.sdc4society.org/).

Currently, the module is under active development for research and fact-checking purposes.
The following algorithms have been implemented and tested:

- Datafly {cite}`datafly`
- Classic Mondrian {cite}`mondrian`
- k-Member {cite}`kmember`
- One-pass K-Means (OKA) {cite}`oka`
- Perturbation {cite}`pk-cat, pk-num`

### References
```{bibliography}
:style: unsrt
```

### Table of Contents
```{tableofcontents}
```
