-
It seems that the parameter no_model in the tree generator is not used at all, oposed to the original implementation https://github.com/tjouck/PTandLogGenerator/blob/b0a96060a061d5fee13f458d5c6a6bce96…
-
Running this (code shortened for brevity):
```python
from pm4py.visualization.dfg import visualizer as dfg_visualizer
# ...
gviz = dfg_visualizer.apply(dfg, log=log, variant=dfg_visualizer.Variant…
-
Hi,
first of all thank you for the great work!
I would like to use pm4py to extract relevant features on a case level for further usage. Therefore, I need the output of the function log_to_featu…
-
The number of activities in the generated tree is always lower than the number you would expect from the triangular distribution. I think the tree also counts the sequence/choice/... nodes as "activit…
-
I've been trying to the example notebooks after following the Docker installation guide however I'm getting the following error:
Traceback (most recent call last):
File "", line 1, in
File "…
-
I noticed an interesting update in the change log of version 2.2.17, namely the tree size changes in the PT and Log Generator. However, from the update, I also see entries in my log for which I cannot…
-
### Brief Description
When constructing a process tree via the PTandLogGenerator, the parameters `min`, `mode` and `max` are not taken into account correctly. To illustrate, I have generated 5000 tre…
-
I want to covert an XES event log into object-centric event log and then generate an object centric petri net from it, and I cannot the documentation for that ( I already installed the pm4py-mdl libra…
-
The value of STD_MODEL_LOG_MOVE_COST seems to be hardcoded to 10000:
https://github.com/pm4py/pm4py-core/blob/913951e1a3e318e74185a967e16e5d736f61f90c/pm4py/objects/petri_net/utils/align_utils.py#L29…
-
I want to ask what is the use case for a Petri net vs the DFG ? what is the difference and when to use each one of them ?
Also, I want to know the difference between the OC-Petri net and the OC-DFG.
…