association rules from trees
Hello to all. I want to extract association rules from tree-based models, such that the rules come with support, confident,...(like the Create Association Rules operator).
the problem is that the Create Association Rules operator input should be a frequent set of items, and the Tree to Rules operator doesn’t give rules with support and confidence. What do you think I should do?
Thank you.