This section collects additional analysis techniques available in PM4Py that complement the core process analysis modules.
Detects sudden changes in process behavior over time by splitting the log into sub-logs, extracting global control-flow features, and applying permutation tests over sliding windows (based on Bose et al., CAiSE 2011).
Returns: a list of cumulative sub-logs up to each detected change point (plus final segment), the corresponding change timestamps (based on case start times), and p-values indicating significance.
Key parameters (in pm4py.algo.concept_drift.algorithm.Parameters):