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 Metric "Enriched Variant Entropy" #4

Closed Frederik-Roeckle closed 6 months ago

Frederik-Roeckle commented 7 months ago

The complexity metric "Enriched Variant Entropy" is used in the best performing model of the author and is thereby necessary for our work. However, it is unclear on

a) what is the variant entropy enriched with?

and

b) how to calculate the "Enriched Variant Entropy"?

Can you use the "normal" variant entropy metric that is calculated by the script from the authors or how to retrieve these metrics?

They are pointing in their paper on the document "Leveraging Event Data for Measuring Process Complexity" when it comes to the enriched metrics.

Frederik-Roeckle commented 6 months ago

By using the over_time.py script instead of the Complexity.py script from the author, the measure "enriched variant entropy" is automatically computed