Icon

03_​Apply_​Association_​Rules_​for_​MarketBasketAnalysis_​solution

Market Basket Analysis: Apply Association Rules - solution
Exercise: Market Basket Analysis: Apply Association RulesThis workflow reads a set of associations rules and the content of a current basket. The goal of this exercise is to use the association rules to find the top two rules for the current basket.1) Use the Subset Matcher node to the best match to your current shopping cart2) Use the Joiner node and find all possible rules by joining based on the collection of AntecedentItems3) Find the 2 best fitting rules: - Use the Sorter node to sort the table descending based on the rule confidence, rule support, and rule revenue - Use the Row Filter node to extract the top 2 found rules Top 2rules foundread association rulesread product infosfind best match for yourcurrent shop cartrule confidencerule supportrule revenuethrough a TableCreator nodejoin based on antecedent collectios Row Filter Product Infos /Association Rules Subset Matcher Sorter Read CurrentBasket Data Joiner Exercise: Market Basket Analysis: Apply Association RulesThis workflow reads a set of associations rules and the content of a current basket. The goal of this exercise is to use the association rules to find the top two rules for the current basket.1) Use the Subset Matcher node to the best match to your current shopping cart2) Use the Joiner node and find all possible rules by joining based on the collection of AntecedentItems3) Find the 2 best fitting rules: - Use the Sorter node to sort the table descending based on the rule confidence, rule support, and rule revenue - Use the Row Filter node to extract the top 2 found rules Top 2rules foundread association rulesread product infosfind best match for yourcurrent shop cartrule confidencerule supportrule revenuethrough a TableCreator nodejoin based on antecedent collectios Row Filter Product Infos /Association Rules Subset Matcher Sorter Read CurrentBasket Data Joiner

Nodes

Extensions

Links