Association Rules Mining | SN Computer Science
Association rules mining (ARM) is an unsupervised learning task. It is used to generate significant and relevant association rules among items in a database. APRIORI and FP-GROWTH are the most popular and used algorithms nowadays for extracting such rules. They are exact methods that consist of two phases. First, frequent itemsets are …