AutomatedProcessImprovement / knockouts-redesign

Tool for discovering improvement opportunities in knock-out checks of Business Processes
https://comserv.cs.ut.ee/ati_thesis/datasheet.php?id=75186&year=2022
Apache License 2.0
0 stars 0 forks source link

Per-rule support & confidence #3

Closed linomp closed 2 years ago

linomp commented 2 years ago

Compute support & confidence per rule (not just per ruleset), use that to 'clean' the ruleset according to a threshold.

Not so prioritary at the moment, because changing the score function to roc_auc_score instead of f1-score, or balanced accuracy, gave much better results and already relatively clean rules.

linomp commented 2 years ago

Not relevant anymore