<p>For this exercise, we use the Road Traffic Fine Management event log which is a real-life event log of an information system managing road traffic fines. The event log can be downloaded from https://data.4tu.nl/articles/_/12683249/1.</p><p>The initial setup of the workflow must contain the XES Reader node followed by the Event Log to Table node. The path to the event log can be set within the XES Reader node by selecting the folder where we uploaded the Road Traffic Fine Management log. </p><p>With this setup, we want to answer the following questions: </p><ol type="i"><li><p>How does the payment value change over time? </p></li><li><p>Does the initial fine amount influence whether the offender decides to file an appeal?</p></li></ol><p>To answer the first question, we start by binning the Payment attribute to create a new attribute called ‘Payment Category'. A dotted chart can then be used to visualize the trend in the payments over time. We refer to the dotted chart to identify two distinct time intervals where the most frequent payment category is clearly distinguishable. Next, we filter the data using the identified time intervals. For each time interval, we create a boxplot to find the median of the payments to get an understanding of how the payment value changes across the time intervals. </p><p>(Hint: As a preprocessing step, consider filtering the event log to only retain non-zero Payment events.) </p><p>To answer the second question, we first identify the cases which involve appealing by the offender as well as the cases with no appealing. Next, we compare the values of the fine issued in both cases using the mean value as well as boxplots. </p>
For this exercise, we use the Road Traffic Fine Management event log which is a real-life event log of an information system managing road traffic fines. The event log can be downloaded from https://data.4tu.nl/articles/_/12683249/1.
The initial setup of the workflow must contain the XES Reader node followed by the Event Log to Table node. The path to the event log can be set within the XES Reader node by selecting the folder where we uploaded the Road Traffic Fine Management log.
With this setup, we want to answer the following questions:
How does the payment value change over time?
Does the initial fine amount influence whether the offender decides to file an appeal?
To answer the first question, we start by binning the Payment attribute to create a new attribute called ‘Payment Category'. A dotted chart can then be used to visualize the trend in the payments over time. We refer to the dotted chart to identify two distinct time intervals where the most frequent payment category is clearly distinguishable. Next, we filter the data using the identified time intervals. For each time interval, we create a boxplot to find the median of the payments to get an understanding of how the payment value changes across the time intervals.
(Hint: As a preprocessing step, consider filtering the event log to only retain non-zero Payment events.)
To answer the second question, we first identify the cases which involve appealing by the offender as well as the cases with no appealing. Next, we compare the values of the fine issued in both cases using the mean value as well as boxplots.