Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 673 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 673 Bytes

Information theoretic-based privacy risk evaluation for data anonymization

Reproducing results of the ITPR paper.

Installation

To install the package itpr, git clone this repository, cd into it, and from its root directory, run (in a virtual environment):

pip install --upgrade pip poetry
poetry install

or

make install

Development

Source code is located in src/: here. You can add code as you wish.

To test, run the following command:

make tests

Usage

See notebook: here.