TLKC-privacy model for process mining
Project description
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)
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 p_tlkc_privacy-0.0.14.tar.gz.
File metadata
- Download URL: p_tlkc_privacy-0.0.14.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07c5523124940cf880cb30ed178eb29998dbb907723b9fce87032088a9ab18da
|
|
| MD5 |
0ade98cebcf770e038928aec0381436c
|
|
| BLAKE2b-256 |
8ed80ac4c894d90032f2384dde72d4426c216e28c3dfad48d8907ddaf9da0d45
|
File details
Details for the file p_tlkc_privacy-0.0.14-py3-none-any.whl.
File metadata
- Download URL: p_tlkc_privacy-0.0.14-py3-none-any.whl
- Upload date:
- Size: 32.9 kB
- Tags: Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
236330a1e32dbc2b22308a459d7ab915c57d051df71df7045803a3d7612c4922
|
|
| MD5 |
29779ab960b26d780164b31c3614eb83
|
|
| BLAKE2b-256 |
ad61c868eac80351225a52f2aedb26a1b83bece7df04e888cb96cf92ec297abf
|