-
As in title, expecially in publishing, it would be nice to have the option to output the Petri net in an horizontal way instead of vertical way.
-
Hey,
this is my first time working with GitHub, so i am not really sure how to communicate the best way:
Using IPython (in Spyder) i was not able to visualize the diagrams wihle testing the foll…
-
It is somehow not possible to load the running_example.xes file in ProM.
Could this be due to loading / saving it through PM4Py, or is this not possible?
-
Upfront, thanks for the great work and sorry for nitpicking, this is only to improve/understand the API.
I noted that sometimes the factory `apply` methods take a `variant` parameter and sometimes …
-
SNA needs to be refactored a bit to follow the general factory method design
we should also consider implementing the "classical" metrics as described in the paper by v.d. Aalst et al (for example …
-
It is my understanding while reading the source code that the attribute according to which a TraceLog is built from an EventLog cannot be retrieved after conversion. At least I did not see a way to re…
-
Trying to install pm4py according to the installation guide, I encounter the following error:
```
Collecting python-graphviz (from -r requirements.txt (line 9))
Could not find a version that sa…
-
Regarding [filtering on variants](http://pm4py.pads.rwth-aachen.de/documentation/filtering-logs/) how does the decreasing factor play a role in the `apply_auto_filter` method?
For example:
```
xe…
-
Hi,
I get the following error when I import a CSV file.
KeyError: 'concept:name'
My code:
```
from pm4py.objects.log.importer.csv import factory as csv_importer
event_log = csv_importer.im…
-
Hi everyone,
is a Log Animation function scheduled for future developments?
I was thinking about something like this R version:
https://github.com/fmannhardt/processanimateR
Thanks for the great…