pm4py.conformance.conformance_diagnostics_footprints#
- pm4py.conformance.conformance_diagnostics_footprints(*args) List[Dict[str, Any]] | Dict[str, Any] [source]#
Provide conformance checking diagnostics using footprints.
- Parameters:
args – Arguments where the first is an event log (or its footprints) and the others represent the process model (or its footprints).
- Returns:
Conformance diagnostics based on footprints.
- Return type:
Union[List[Dict[str, Any]], Dict[str, Any]]
- Example:
-
- net, im, fm = pm4py.discover_petri_net_inductive(
dataframe, activity_key=’concept:name’, case_id_key=’case:concept:name’, timestamp_key=’time:timestamp’
) footprints_diagnostics = pm4py.conformance_diagnostics_footprints(
dataframe, net, im, fm, activity_key=’concept:name’, case_id_key=’case:concept:name’, timestamp_key=’time:timestamp’
Deprecated since version 2.3.0: This will be removed in 3.0.0. Conformance checking using footprints will not be exposed in a future release.