Frederik-Roeckle / Rep_ImpactProcessComplexity

Reproduction of the research results of the paper "The Impact of Process Complexity on Process Performance: A Study Using Event Log Data” as part of a group project from University of Mannheim
0 stars 0 forks source link

How to compute the "Number of activity repetitions" #5

Open Frederik-Roeckle opened 7 months ago

Frederik-Roeckle commented 7 months ago

The authors state that this measure can be calculated out of the box by PM4PY. However, I only found the method "pm4py.get_rework_cases_per_activity(log)" and this method only returns a dict of reps per process step. How to turn this into a valid metric?