pm4py.utils#
Functions
|
Deserializes a bytes string back into a PM4Py object. |
|
Formats the dataframe appropriately for process mining purposes. |
|
Retrieves the properties from a log object. |
|
Parses a collection of traces expressed as strings (e.g., ["A,B,C,D", "A,C,B,D", "A,D"]) into a log object. |
|
Parses a POWL model from a string representation of the process model (with the same format as the __repr__ and __str__ methods of the POWL model). |
|
Parses a process tree from a string. |
|
Projects the event log onto a specified event attribute. |
|
Re-bases the log object by changing the case ID, activity, and timestamp attributes. |
|
Randomly samples a given number of cases from the event log. |
|
Randomly samples a given number of events from the event log. |
|
Serializes a PM4Py object into a bytes string. |
|
Sets the specified classifier on an existing event log. |