-
Clicking the "Features" button on the main website leads to a Page Not Found at the following address:
https://pm4py.fit.fraunhofer.de/features
-
HI,
everytime I try to export an event log with csv format, I get this error...
`ValueError Traceback (most recent call last)
in ()
1 from pm4py.objects.…
-
Installing PM4Py from Scratch on a Linux machine (Travis CI) leads to the following error:
```
$ pip install $PM4PY_PIP
Collecting pm4py==1.2.10
Downloading pm4py-1.2.10-py3-none-any.whl (383 kB…
-
The "Unique (%)" field appears to be just a percentage restatement of the notion of "Distinct".
Using the famous Iris data set, the Sepal Length field has 22 distinct values, and 9 unique values, o…
-
Hi,
pm4py.algo.conformance.alignments.factory and pm4py.evaluation.replay_fitness.factory throw a KeyError when passing a pandas DataFrame while converting to pm4py.objects.log.log.EventLog works.…
-
I am attempting to make a cluster analysis. The import statement:
`from pm4py.algo.other.conceptdrift.utils import get_representation`
returns the following error:
`ModuleNotFoundError …
-
I do not understand the soundness check in PM4Py.
WF net is a graph theoretical property, so that check is easy and seems fine.
However, soundness is a behavioral property (which can to some extent …
-
Version: PM4Py 1.2.6 (release)
OS: Windows 10
Python: 3.7.4
Running the example code from the alignment documentation results in the error:
`Exception: trying to apply alignments on a Petri net …
-
from pm4py.algo.conformance.alignments import factory as align_factory
>> alignments = align_factory.apply_log(log, net, initial_marking, final_marking)
>> print(alignments)
Alignments for some…
-
I am using visualization.petrinet.factory.apply method to visualise a process tree (petri net generated using algo.discovery.alpha.factory.apply). Format is set to "svg", graphviz engine is left as de…