LGDBSEMLOct 8, 2017

Structural Feature Selection for Event Logs

arXiv:1710.02823v214 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient machine learning in business process analysis, though it is incremental as it focuses on comparing existing feature selection methods for a specific domain.

The paper tackles the problem of classifying business process instances using structural features from event logs to enable quick machine learning for interactive root cause analysis, showing that adding such features increases information and potentially accuracy, but requires feature selection to balance run-time and performance.

We consider the problem of classifying business process instances based on structural features derived from event logs. The main motivation is to provide machine learning based techniques with quick response times for interactive computer assisted root cause analysis. In particular, we create structural features from process mining such as activity and transition occurrence counts, and ordering of activities to be evaluated as potential features for classification. We show that adding such structural features increases the amount of information thus potentially increasing classification accuracy. However, there is an inherent trade-off as using too many features leads to too long run-times for machine learning classification models. One way to improve the machine learning algorithms' run-time is to only select a small number of features by a feature selection algorithm. However, the run-time required by the feature selection algorithm must also be taken into account. Also, the classification accuracy should not suffer too much from the feature selection. The main contributions of this paper are as follows: First, we propose and compare six different feature selection algorithms by means of an experimental setup comparing their classification accuracy and achievable response times. Second, we discuss the potential use of feature selection results for computer assisted root cause analysis as well as the properties of different types of structural features in the context of feature selection.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes