compute the number of rules that can be generated if we proceed by brute force approach?

hi everyone. I have an assignment to apply the association rules in which I have to count the number of unique products in-store and after that, I have to compute the number of rules that can be generated if we proceed by the brute force approach? I counted the unique product by using group by the node but I don’t know how to apply the brute force approach to compute the rules

Hallo @Sameen,

I’m not sure if I understand your question correctly. Do you have some additional informations? If you want to optimize your parameters with the Brute Force approach, you can simply use the Parameter Optimization Loop nodes.

Best,
Janina

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.