It takes a significant amount of time and energy to create these free video tutorials. You can support my efforts in this way: ☕ Buy me a Coffee: buymeacoffee.com/maheshhuddar
Everything you explained it was clear and understood just one clarification if anyone can help how can I find the confidence, is it the same method we use in Apriori?
01:11 Applying frequent pattern growth algorithm to find frequent item sets and association rules 02:22 Finding the frequency of items and identifying frequent item sets 03:33 Identifying ordered item sets from frequent pattern sets 04:44 Build a try data structure to represent ordered item sets. 05:55 Path analysis of nodes 07:06 Conditional pattern basis and frequent pattern tree are derived. 08:17 Frequent patterns and rules generation 09:28 Generate association rules using frequent pattern growth algorithm
Sir after finding frequent pattern we have to find association rules....Is association rules generated by FP growth tree is similar to apriori?? I get 3 strong association rules in apriori but in FP growth I get 8 strong association rules!