-
I downloaded your running_example.csv, and ran the following code:
```
# get the log:
import os
import pandas as pd
# from pm4py.objects.log.adapters.pandas import csv_import_adapter
# from pm…
-
Hi,
I am new to pm4py and I am trying to visualize a Petri net with the frequency decoration because I am interested in seeing which are the most common activities in my process by encoding the fr…
-
```
pm4py.view_dotted_chart(log, format="svg", attributes=['case:concept:name', 'concept:name', 'time:timestamp'])
gviz = dotted_chart_visualizer.apply(log, attributes, parameters={"format": format}…
-
Hello. I'm having a problem when I try to export a `BPMN graph` to the `BPMN 2.0 xml` file.
When the `BPMN graph` is created from a `DFG`, the nodes appear to be all positioned on `x = 0` and `y = 0`…
-
`auto_filtered_log = variants_filter.apply_auto_filter(log)` being applied to Log object returns an error
` File "C:\...\lib\site-packages\pm4py\algo\filtering\pandas\variants\variants_filter.py", l…
-
I am trying to use `case_statistics.get_variant_statistics(log)` on the Helpdesk log but I am getting the following error.
```
---------------------------------------------------------------------…
-
Hi everyone,
I am trying to calculate alignments on an example log.
The two lines of code produce the error "**_string indices must be integers_**".
Could someone kindly help me understand how …
-
Following error when using the ```alignments.edit_distance``` on the 'BPI2016_Clicks_Logged_In.csv' dataset available here: https://data.4tu.nl/articles/dataset/BPI_Challenge_2016_Clicks_Logged_In/126…
-
Hi everyone,
I am trying to learn how to use this library. I created this dataset that represents a sequence of daily tasks that a machine has to perform. From here I want to derive the Petri net.
…
-
Hi, everyone
Fortunately, I saw this amazing library. I tried some test example code. Now I want to solve some problem. A question here is: Could pm4py process a event sequence, which in…