pm4py.utils#
Functions
|
Deserialize a bytes string to a PM4Py object |
|
Give the appropriate format on the dataframe, for process mining purposes |
|
Gets the properties from a log object |
|
Parse a collection of traces expressed as strings (e.g., ["A,B,C,D", "A,C,B,D", "A,D"]) to a log object (Pandas dataframe) |
|
Parse 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) |
|
Parse a process tree from a string |
|
Project the event log on a specified event attribute. |
|
Re-base the log object, changing the case ID, activity and timestamp attributes. |
|
(Random) Sample a given number of cases from the event log. |
|
(Random) Sample a given number of events from the event log. |
|
Serialize a PM4Py object into a bytes string |
|
Methods to set the specified classifier on an existing event log |