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)
Release files for p-tlkc-privacy 0.0.14
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| p_tlkc_privacy-0.0.14.tar.gz | 16.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| p_tlkc_privacy-0.0.14-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 49.8 kB
Release files / p_tlkc_privacy-0.0.14.tar.gz
| Download URL | p_tlkc_privacy-0.0.14.tar.gz |
|---|---|
| Size | 16.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
07c5523124940cf880cb30ed178eb29998dbb907723b9fce87032088a9ab18da
|
|
BLAKE2b-256 checksum How to use checksums |
8ed80ac4c894d90032f2384dde72d4426c216e28c3dfad48d8907ddaf9da0d45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.4.2 requests/2.25.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.6.5
|
Release files / p_tlkc_privacy-0.0.14-py3-none-any.whl
| Download URL | p_tlkc_privacy-0.0.14-py3-none-any.whl |
|---|---|
| Size | 32.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
236330a1e32dbc2b22308a459d7ab915c57d051df71df7045803a3d7612c4922
|
|
BLAKE2b-256 checksum How to use checksums |
ad61c868eac80351225a52f2aedb26a1b83bece7df04e888cb96cf92ec297abf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.4.2 requests/2.25.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.6.5
|