Hi,
Is there a good way to remove all the subsets of patterns from the output given by FP Growth?
For example if both the patterns pass the confidence and support thresholds:
[Attribute1 = A, Attribute2 = B] -> [Output=C]
[Attribute1 = A] -> [Output=C]
I want to choose only [Attribute1 = A] -> [Output=C]
Any ideas that come to mind would be appreciated.