Privacy-preserving Process Discovery Using Connector Method
Project description
Introduction
This project implements the connector method proposed in the paper Supporting Confidentiality in Process Mining Using Abstraction and Encryption and Ensuring Confidentiality in 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-connector-dfg
Usage
from p_connector_dfg.privacyPreserving import privacyPreserving
ela_path = ".\intermediate_results\ela_connector.xml"
ela_method = "Connector Method"
ela_desired_analyses = ['directly follows graph', 'process discovery']
activity_activity_matrix_path = r".\intermediate_results\test.csv"
dfg_path = "./DFG.svg"
freq_threshold = 0.0
#Connector structure parameters--------------
relation_depth = True #if you want to have relation depth in the connector structure
trace_length = True # if you want to have trace length in the connector structure
trace_id = True # if you want to have a fake trace id in the connector structure
event_log = "sample_log.xes"
key = 'DEFPASSWORD12345'
pp = privacyPreserving(event_log)
pp.apply_privacyPreserving(key, ela_path, ela_method, ela_desired_analyses, event_log, relation_depth = relation_depth, trace_length = trace_length, trace_id = trace_id)
pp.result_maker_ela(ela_path, True,True, True, freq_threshold, dfg_path, activity_activity_matrix_path = activity_activity_matrix_path,key = key)
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
p_connector_dfg-0.0.14.tar.gz
(5.5 kB
view hashes)
Built Distribution
Close
Hashes for p_connector_dfg-0.0.14-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fbdebd74ab3d1714acbc93b872c40a9611a70eb99229b3080b4f1da91e31110 |
|
MD5 | c5a2a62d572576d7b9d0e98da6c4bb56 |
|
BLAKE2b-256 | dbf9365b9b298b752b925f7464c6d764c51814ca7fb19e400c6c4d064cfd607d |