1

I generated association rules from "Create Association Rules" Operator. How do I select most interesting rule from these?

Created rules - https://ibb.co/duUoKF

G5W
  • 36,531
  • 10
  • 47
  • 80
Batman
  • 35
  • 5
  • I think you need to trust your expert knowledge and/or the "business logic" for prioritizing this – knb Sep 11 '17 at 11:56

2 Answers2

1

There are some 30 measures proposed for the "interestingness" of rules.

Implement one that you like.

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194
1

It all depends on your problem. Take the ones that make sense in regards to the question and then you could sort by support, lift or confidence.

dominic111
  • 73
  • 6