-
The costs for the best of the worst alignment are always computed using the standard cost function rather than any cost function that is present in the parameters object.
This is a major bug
-
`log = conversion_factory.apply(event_stream)`
`KeyError: 'case:concept:name'`
Please see full [code](https://www.kaggle.com/dhimananubhav/process-mining-w-python)
-
Hi,
No module named 'pm4py.objects.conversion.petri_to_bpmn'. It seems that this class doesn't exist!
-
The alignments returned by PM4PY use the label of the transitions instead of its identifier/name in the resulting list:
https://github.com/pm4py/pm4py-source/blob/afa8d9d1eb1a87ee57a2ba3a75d7d2929635…
-
Remove pm4py.objects.log.transform.py
-
After some discussion with some people "in the community".
I was requested to rename TraceLogs to EventLogs (as this is what they really are) and to rename EventLogs in PM4Py to something else.
In…
-
Hi,
`timestamp_filter.filter_traces_intersecting` seems to not produce the output that is expected, i.e. return traces that have at least one event inside the specified time interval.
Consider t…
-
Thanks for the awesome work. I am working on a R port using the `reticulate` package, which provides a bridge between R and Python. At least on Windows this relies on a conda environment into which I …
-
Hi everyone,
Last night there was the release of Pandas 0.24.0
At the moment, our code has some issues with that version, so the requirements will be restricted to Pandas 0.23.4
Sorry for thi…
-
Hi,
first of all, great work on building this process mining package! It's a great tool to play around with
and helps understanding the process mining concepts even better.
So I have followed…