pm4py.ml#
The pm4py.ml
module contains the machine learning features offered in pm4py
.
Functions
|
Extracts a dataframe containing features for each case in the provided log object. |
|
Extracts a set of features from an object-centric event log (OCEL) for objects of a specified type. |
|
Enriches a dataframe with additional outcome-related columns computed from the entire case. |
|
Extracts the target vector from a log object for a specific machine learning use case. |
|
Extracts temporal features from a log object and returns them as a dataframe. |
|
Retrieves prefixes of traces in a log up to a specified length. |
|
Splits an event log into a training log and a test log for machine learning purposes. |