-
TBR in pm4py seems to ignore all events that do not occur in the model.
As an effect, traces with activities that are not in the model might be reported as fitting.
The parameter 'consider_activit…
-
## Description:
I am currently working on a research paper where I need to identify malicious activities by detecting cases where a resource executes an unauthorized activity. To achieve this, I wa…
-
Hi team,
Am not clear with decision trees generated for **Root Cause analysis**. Can some please explain what does it representing for my data.
![image](https://github.com/pm4py/pm4py-core/assets/…
-
Hi there, I'm using this filter: `filter_case_performance`, which according to your page should be pretty straight foward but I keep running into some troubles.
Using: `filtered_log = pm4py.filter_…
-
This is more of a feature request than an issue:
The performance DFG (`pm4py.discover_performance_dfg()` and `pm4py.view_performance_dfg()`) is a very useful tool for getting an overview of the tra…
-
Hi, I really appreciate some help.
Regarding `pm4py.read_xes()`, I tried to pass running_example.xes and other xes dataset. I got warnings: "log\util\dataframe_utils.py:176: UserWarning: Could not …
-
Currently, we only provides APIs that take BPMN element ids as parameters.
However, there are scenario where the ids in the BPMN diagram have been generated and are unknown by the application. Instea…
-
Hi,
Am looking to compare bpmn file with the dfg graph and highlight the dfg graph path(lets say green) which matches the bpmn graph.
Is it possible to make this comparison? If yes, please let me …
-
我有一个bpmn模型,大致是a->b->c这么个流程,我的变体是a->b->c->d,我在使用基于token回演的方法时(from pm4py.algo.conformance.tokenreplay.variants import token_replay),他的结果是1,这看上去不符合直觉,我感觉这不是合规的
-
I cannot get the background of the heuristic net to change from white (default). Does not work for saving net either.
Example:
import pm4py
log = pm4py.read_xes("running-example.xes")
hn = pm4p…