AutomatedProcessImprovement / waiting-time-analysis

Waiting time analysis of activity transitions in event logs.
1 stars 2 forks source link

Incorrect Case frequency in the Transitions table #40

Closed katelashkevich closed 1 year ago

katelashkevich commented 1 year ago

In the Transitions table, "Case frequency" is calculated incorrectly. For instance, for the production process, the case frequency for the "Turning & Milling Q.C. - Turning & Milling Q.C." transition = 116/225 = 51.55%. In the interface, it is 0.44%.

katelashkevich commented 1 year ago

The same issue is relevant to the CTE impact table.

JonasBerx commented 1 year ago

Backend issue.

katelashkevich commented 1 year ago

@iharsuvorau could you please look into this issue and check? I know the production log is problematic, but I see this issue in manual logs as well. Could you please check how it is calculated? The formula: Case frequency = number of cases where the transition is observed / total number of cases in the log

iharsuvorau commented 1 year ago

@katelashkevich Pushed changes to both repositories: waiting-time-analysis and waiting-time-backend. The production service is updated. This is the result for Production.log: http://193.40.11.233/jobs/53d772b0-9cc1-11ed-b7a1-0242ac1e0002. Is it correct now?

katelashkevich commented 1 year ago

Yes, looks correct. Thank you! Tested: success.