Introduction
This project implements the TLKC-privacy model proposed in the paper TLKC-Privacy Model for Process Mining.
Python package
The implementation has been published as a standard Python package. Use the following command to install the corresponding Python package:
pip install p-tlkc-privacy
Usage
from p_tlkc_privacy.privacyPreserving import privacyPreserving
event_log = "running_example.xes"
L = [2]
C = [1]
K = [1]
K2 = [0.1]
# sensitive = ['creator']
sensitive = []
T = ["minutes"]
cont = []
bk_type = "sequence" #set, multiset, sequence, relative
privacy_aware_log_dir = "xes_results"
privacy_aware_log_path = "test.xes"
pp = privacyPreserving(event_log, "example")
result = pp.apply(T, L, K, C, K2, sensitive, cont, bk_type, privacy_aware_log_dir, privacy_aware_log_path)
print(result)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
p_tlkc_privacy-0.0.13.tar.gz
(16.9 kB
view details)
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 p_tlkc_privacy-0.0.13.tar.gz.
File metadata
- Download URL: p_tlkc_privacy-0.0.13.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a3f710d7edad34ce157eb2cee95d0b7e6bc992e121e3258f90abb3d4710f65e
|
|
| MD5 |
ae14f20d6a39ce07088e7fc6df22931b
|
|
| BLAKE2b-256 |
0d1ce2d4d1e8c40cc8c7b3c9f7a87bb1575eec4fc294db4779eceac2e1832745
|
File details
Details for the file p_tlkc_privacy-0.0.13-py3-none-any.whl.
File metadata
- Download URL: p_tlkc_privacy-0.0.13-py3-none-any.whl
- Upload date:
- Size: 32.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb63df7bfc6be9fe8c7a20826ed4f525376a5f82e5bc15b7b03d338394c449d0
|
|
| MD5 |
5f6e71d2619c1d3b3cdb447e25539194
|
|
| BLAKE2b-256 |
cae9e06621aaf34877117d20dd1f23b669f9b5287c75b07020c5b2ece200b2c9
|