Controlling False Positives in Association Rule Mining
Guimei Liu, Haojun Zhang, Limsoon Wong

TL;DR
This paper addresses the high false positive rate in association rule mining by evaluating three multiple testing correction methods, demonstrating their effectiveness and trade-offs through extensive experiments.
Contribution
It introduces and compares three correction approaches—direct adjustment, permutation-based, and holdout—for controlling false positives in association rule mining.
Findings
Uncorrected mining produces many spurious rules.
All three methods effectively control false positives.
Permutation approach has highest power but is computationally expensive.
Abstract
Association rule mining is an important problem in the data mining area. It enumerates and tests a large number of rules on a dataset and outputs rules that satisfy user-specified constraints. Due to the large number of rules being tested, rules that do not represent real systematic effect in the data can satisfy the given constraints purely by random chance. Hence association rule mining often suffers from a high risk of false positive errors. There is a lack of comprehensive study on controlling false positives in association rule mining. In this paper, we adopt three multiple testing correction approaches---the direct adjustment approach, the permutation-based approach and the holdout approach---to control false positives in association rule mining, and conduct extensive experiments to study their performance. Our results show that (1) Numerous spurious rules are generated if no…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications · Rough Sets and Fuzzy Logic · Imbalanced Data Classification Techniques
