Privacy-Preserving Continuous Event Data Publishing
Project description
Introduction
This project implements "Privacy-Preserving Continuous Event Data Publishing".
Python package
The implementation has been published as a standard Python package. Use the following command to install the corresponding Python package:
pip install pp-cedp
Usage
from pp_cedp.CEDP import CEDP
if __name__ == '__main__':
log_name1 = "./event_logs/EL1_minutes_4_5_1_sequence.xes"
log_name2 = "./event_logs/EL2_minutes_4_5_1_sequence.xes"
event_attributes = ['concept:name']
sensitive = ['Diagnose']
life_cycle = ['complete', '', 'COMPLETE']
all_life_cycle = True #True will ignore the transitions specified in life_cycle
time_accuracy = "original" # original, seconds, minutes, hours, days
bk_length = 1
n = 1
cedp = CEDP()
R1_KA, R2_KA, FA, CA, BA = cedp.calc_FCB_anonymity(log_name1, log_name2, event_attributes, life_cycle, all_life_cycle, sensitive, time_accuracy, n, bk_length)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pp_cedp-0.0.5.tar.gz
(20.0 kB
view details)
Built Distribution
pp_cedp-0.0.5-py3-none-any.whl
(20.5 kB
view details)
File details
Details for the file pp_cedp-0.0.5.tar.gz
.
File metadata
- Download URL: pp_cedp-0.0.5.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.4.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3795b59fe333e60fb5e19b94ee91c5eac9fa5735b33f51215e3fd2d91c42133 |
|
MD5 | b3a25fba3a7c1d772a4755eaec21232a |
|
BLAKE2b-256 | b8a5f1ea29cf6237e3ad8bc126c1af6faa5835a6bbc2bb2b4a22f621250193cb |
Provenance
File details
Details for the file pp_cedp-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: pp_cedp-0.0.5-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.4.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 991cb2361b16be64625b65aa745199e4fc4b2314b21ac2513482bdb27e65b3f6 |
|
MD5 | 473e0e1442cd7c76e4042a384818e84c |
|
BLAKE2b-256 | f5a170d7d8e888e14c2ea0fcb5a20e7c867160abe9c7e48fd4a0d26a20268fef |