-
Hi,
I experience an unexpected behavior with a filtered event log. After filtering the event log, I cannot retrieve the case IDs (case:concept:name) as an attribute with the method get_attribute_va…
-
I seem to generate some errors when trying to do an extensive playout of a generated process tree, generated with the build in generator.
_from pm4py.algo.simulation.tree_generator import algorithm…
-
Hey guys,
first of all, big up this library! It's really neat.
Currently I am using pm4py to build a PetriNet from a custom graph-dictionary and simulate it to create event logs.
I am visualizing i…
-
I have created a BPMN XML 2.0 diagram using [this](https://cawemo.com/) online editor (file attached). When trying to import the code I get the following error:
```
~/.conda/envs/pm/lib/python3.9/…
-
Hi,
First of all, thank you for creating this awesome library. I'm using it for my bachelors thesis where I'm trying to create a genetic algorithm that evolves Petri Nets. My problem is that the GA h…
-
I'm getting the following error when trying to use pm4py.
```
Traceback (most recent call last):
File "C:/Users/johan/source/repos/miner/src/main.py", line 10, in
from miner import Miner
…
-
Hi,
when trying to apply organizational mining on my data set I realized a different behavior than I had with the example data sets of the documentation, i.e. it took my resources key as key for th…
-
Innstead of static value of arrival rate, add a random generator function with the attirbute of current arrival rate.
-
can anyone tell me how can I run the project after I download it as a zip file from GitHub?
I have no coding skills so if anyone can explain what I should do step by step and the tools needed for t…
-
Hi there,
When I run the following code to import the dotted chart visualizer:
`from pm4py.visualization.dotted_chart import visualizer as dotted_chart_visualizer`
I get a ModuleNotFoundError…