-
I replaced an XES log with an OCEL2 log in the code below:
```
import pm4py
import pandas as pd
# log = pm4py.read_xes("../logs/sepsis.xes")
log = pm4py.read_ocel2("../logs/ocel/ocel2-p2p.xml")…
-
Many functionality in `release branch` is not available
My pm4py library is `pm4py==2.2.23`
Example
I need to use , `pm4py/algo/transformation/log_to_target/variants/next_activity.py`
-
```
def convert_log_to_time_intervals(log: Union[EventLog, pd.DataFrame], filter_activity_couple: Optional[Tuple[str, str]] = None,
activity_key: str = "concept:nam…
-
Hi,
I have a problem with the trace clustering algorithm provided in: https://github.com/caoyukun0430/pm4py-source/tree/yukun_paper
I copied the folder to \anaconda3\Lib\site-packages\pm4py\algo\tra…
-
The Docker image defined [here](https://github.com/pm4py/pm4py-core/blob/release/Dockerfile) and distributed on [Docker Hub](https://hub.docker.com/r/pm4py/pm4py-core/tags) lacks version tagging.
A…
-
When visualizing petri nets with `view_petri_net` or `save_vis_petri_net`, if place label specified in decorations is too long, it will overflow. For example, the following code
```python
import p…
-
**Is your feature request related to a problem? Please describe.**
With v1.0.2, outgoing edges of a gateways overlap incoming edges.
Examples generated with https://github.com/process-analytics/bp…
-
The official [website documentation](https://pm4py.fit.fraunhofer.de/) ssl is down :), it's now unsecure.
This was firstly secure before.
-
Hi, in the documentations, chapter getting started, are two png's that are not rendered in my browser at least.
https://pm4py.fit.fraunhofer.de/static/assets/api/2.7.11/getting_started.html
- bpmn_…
vddo updated
4 months ago
-
- [ ] PM4PY Library für BPMN/Petri-Netz-Elemente
- [ ] Eigener Transformationsalgorithmus
- [ ] Unit Tests anlegen