pm4py.llm.abstract_log_skeleton#
- pm4py.llm.abstract_log_skeleton(log_skeleton, include_header: bool = True) str [source]#
Textually abstracts a log skeleton process model.
- Return type:
str
- Parameters:
log_skeleton – The log skeleton to abstract.
include_header (
bool
) – Whether to include a header in the abstraction.
- Returns:
The log skeleton abstraction as a string.
import pm4py log = pm4py.read_xes("tests/input_data/roadtraffic100traces.xes", return_legacy_log_object=True) log_ske = pm4py.discover_log_skeleton(log) print(pm4py.llm.abstract_log_skeleton(log_ske))