-
Hi,
I have applied miner and created visualization by following code:
```
heu_net = heuristics_miner.apply_heu(log)
gviz = hn_visualizer.apply(heu_net)
hn_visualizer.view(gviz)
```
now I …
-
Right now I am able to generate diagrams for both frequency and performance, through the use of heuristic miners like the follows:
```python
from pm4py.objects.petri_net.utils import performance_m…
-
```
import pm4py
import pandas as pd
from pm4py.objects.conversion.log import converter as log_converter
df = pd.DataFrame({
'case:concept:name': ['A','A','A','A',
…
-
-
In the visualization of Petri nets after token-based replay the tokens are put but then it is unclear how many cases have been involved in this token count. Therefore, it would be good to have both ne…
-
Hello
am trying to apply multiple filters on my log, is there a way which i apply all at once?
This i show am trying
```
tracefilter_log_pos = pm4py.filter_event_attribute_values(event_log, "conc…
-
Hi, thanks for maintaining PM4Py as an open-source package!
I think I stumbled upon an inconsistency of the Classic Alpha Algorithm as implemented in PM4Py compared to the definition in the origina…
-
get_variants_as_tuples() sets pm4py.util.variants_util.VARIANT_SPECIFICATION to pm4py.util.variants_util.VariantsSpecifications.LIST from pm4py.util.variants_util.VariantsSpecifications.STRING
As a…
-
I'm unable to install a Helm chart in the virtual cluster. The chart installs two components: a `Deployment` (whose Pod is synced to the host cluster successfully), and a `StatefulSet`. The host clust…
-
Hello, for our project we need the bpmn exported to make it interactive with the bpmn-visualization package. In order to do that we tried all different methods we could find in pm4py. Sadly, the layou…