pm4py.llm#
PM4Py – A Process Mining Library for Python
Copyright (C) 2024 Process Intelligence Solutions UG (haftungsbeschränkt)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see this software project’s root or visit <https://www.gnu.org/licenses/>.
Website: https://processintelligence.solutions Contact: info@processintelligence.solutions
Functions
|
Textually abstracts a single case from an event log. |
|
Textually abstracts a DECLARE model. |
|
Obtains the DFG (Directly-Follows Graph) abstraction of a traditional event log. |
|
Obtains the event stream abstraction of a traditional event log. |
|
Abstracts the attributes of a log by reporting their names, types, and top values. |
|
Abstracts the machine learning features obtained from a log by reporting the top features until the desired length is achieved. |
|
Textually abstracts a log skeleton process model. |
|
Obtains the abstraction of an object-centric event log, including the list of events and the objects of the OCEL. |
|
Obtains the abstraction of an object-centric event log, representing the features and their values in text. |
|
Obtains the abstraction of an object-centric event log, representing the object-centric directly-follows graph in text. |
|
Obtains an abstraction of a Petri net. |
|
Abstracts a temporal profile model into a descriptive string. |
|
Obtains the variants abstraction of a traditional event log. |
|
Explains a process mining visualization using LLMs by saving it as a .png image and providing the image to the Large Language Model along with a description. |
|
Executes the provided prompt, obtaining the answer from the OpenAI APIs. |