pm4py-core
pm4py-core copied to clipboard
Public repository for the PM4Py (Process Mining for Python) project.
As discussed with, @fit-alessandro-berti and @s-j-v-zelst we implemented privacy-preserving process techniques in PM4Py. We support two anonymization steps: - The anonymization of control-flow information with _SaCoFa_[^1] and the _Laplacian mechanism_[^2]...
Hi all, I don't know if this is a problem with the library or if it is accepted in BPMN models, but I have been working for a long time...
**Objective:** Integrate a connector for Azure OpenAI API to expand the library's capabilities for Large Language Models (LLMs). **Approach:** Implement methods for LLM querying using the Azure OpenAI API.
**Description**: This PR introduces XES-YAML functionality, which serves as an extension for the supported XES log formats. The backward-compability with the existing pm4py’s implementation of the XES importer/exporter remains. This...
**Problem**: The XES importer would throw an exception when encountering list attributes containing nested composite attributes (meta-attributes or other list attributes) **Solution**: Added missing parsing cases to the `__parse_attribute` function...
This was worked on during the Celonis Impact Day on the 29th of September 2023 This PR suggests a few changes to the Petri net semantics class to optimize the...
Same code as in the previous pull request, but now forked from the latest release from pm4py-core > ### intial implementation for DCR Graphs in pm4py > Implementation by: @Scones111,...
Follow the example in documentation for ocel interleavings discovery. https://pm4py.fit.fraunhofer.de/documentation#object-centric-event-logs using: - python 3.11 on windows 11 x64 - pm4py 2.7.11.4 - pandas 2.1.0 ``` dataframe1 = pd.read_csv("tests/input_data/interleavings/receipt_even.csv") dataframe1 =...
The certificate for https://pm4py.fit.fraunhofer.de has expired.
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\trace_cluster Then I tried to use the apply function described here: https://pm4py.fit.fraunhofer.de/static/assets/api/2.7.11/pm4py.algo.clustering.trace_attribute_driven.html...