pm4py.ml#
The pm4py.ml
module contains the machine learning features offered in pm4py
Functions
|
Extracts a dataframe containing the features of each case of the provided log object |
|
Extracts from an object-centric event log a set of features (returned as dataframe) computed on the OCEL for the objects of a given object type. |
|
Inserts additional columns in the dataframe which are computed on the overall case, so they model the outcome of the case. |
|
Extracts from a log object the target vector for a specific ML use case (next activity, next time, remaining time) |
|
Extracts a dataframe containing the temporal features of the provided log object |
|
Gets the prefixes of a log of a given length. |
|
Split an event log in a training log and a test log (for machine learning purposes). |