Privatized
Project description
Differential Privacy in Sequential Event Logging
✨ Project Description
Sequential event logs often contain sensitive information. dp-sequential-events implements differential privacy (DP) techniques to anonymize sequential event logs while preserving statistical properties for analysis.
The pipeline follows these steps:
- DAFSA annotation of event logs
- Filtering based on probabilistic risk measures
- Differentially private case sampling
- Laplace noise injection for timestamps
- Reconstruction of anonymized timestamps
- Final privacy-preserving event log generation
🗂 Repository Structure
dp-sequential-events
┣ 📂 src
┃ ┃
┃ ┗ 📂 dp_sequential_events
┃ ┣ 📂 main
┃ ┃ ┣ main.py
┃ ┃ ┣ annotated.py
┃ ┃ ┣ filtered.py
┃ ┃ ┗ case_sampling.py
┃ ┗ 📂 databases
┣ pyproject.toml
┗ requirements.txt
🚀 Online Execution
You can run the CLI in Google Colab or locally. For Colab: Open in Google Colab
Install from PyPI:
pip install dp-sequential-events
Run the CLI tool:
privseq
👩💻 Authors
Marta Jones 💻 |
Anailys Hernandez 💡 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dp_sequential_events-1.6.tar.gz.
File metadata
- Download URL: dp_sequential_events-1.6.tar.gz
- Upload date:
- Size: 143.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e0937f0b3d5a330bebb9c9e76956918dbdbce5fa9b59d5fa8ba28bad8286bee
|
|
| MD5 |
e8a96193a5a8fe9186eab82553ca5f9c
|
|
| BLAKE2b-256 |
bc38bc81e1fbb3184e360f073a7c64b38d0c480f6e626c7b8a5638cc2703c18c
|
File details
Details for the file dp_sequential_events-1.6-py3-none-any.whl.
File metadata
- Download URL: dp_sequential_events-1.6-py3-none-any.whl
- Upload date:
- Size: 142.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a2e786994042ed6690f28d741a18bc91119aa997cd429a4f0eac65467ffc6c5
|
|
| MD5 |
4c0160cbccadacf63ed95debc13bd9c3
|
|
| BLAKE2b-256 |
715e189755f420f5d099691215cf55cc4ee15e63b8931be757d1d0d0c1254c85
|