-
Is there a bug in the Heuristics Miner?
When I set a high dependency threshold (here 0.8) I see an arc appearing in the Heuristics Net.
![Heu_Net_DT-0 8](https://user-images.githubusercontent.com/94…
-
Hey, I got the following error after installation of PM4PY in a new python 3.11 virtualenv (mac M1):
Running `python` and just import `pm4py`:
```
Python 3.11.1 (v3.11.1:a7a450f84a, Dec 6 2022, 15…
-
hi,
this is working fine for **frequency** :
```
heu_net = heuristics_miner.apply_heu(log)
heu_net.dfg_matrix
```
I also want to get **performance**(Time).
what to do?
-
I don't know why it doesn't work?
```
import pm4py
from pm4py.algo.discovery.heuristics.variants import plusplus
from pm4py.visualization.heuristics_net import visualizer
from pm4py.visualiza…
-
When you open the documentation website by heading over to the [PM4Py homepage](https://pm4py.fit.fraunhofer.de/) and clicking on [Documentation](https://pm4py.fit.fraunhofer.de/static/assets/api/2.3.…
-
```import pm4py
from pm4py.algo.discovery.heuristics.variants import plusplus
from pm4py.visualization.heuristics_net import visualizer
from pm4py.visualization.petri_net import visualizer as pn_vi…
-
I am trying to use the `filter_between` function to extract just the events that are between two events. It seems like the function does not consider the last event in the `case:concept:name` when ret…
-
Hi, first of all, thank you for this great Framework!
I run into a KeyError when I try to run `pm4py.discover_dfg_typed(log)` and fail at this line:
https://github.com/pm4py/pm4py-core/blob/e46b1b…
-
I am getting the above error after upgrading to 2.3.4 from 2.2.29 when calling pm4py.convert_to_event_log(dataframe)
The first column in the dataframe is of type 'int' - which has not been a proble…
-
`pm4py.__version__ == 2.3.2`
Imported an XES file (Sepsis Log) with `log = pm4py.read_xes(path_log)`
Goal: Query the log by index, e.g. `log[0]` .
**Expected behavior**
Like in `pm4py.__versi…