using association rules as input to classifier
heba_samy2
New Altair Community Member
I have a dataset of mobile app reviews. I want to extract association rules that identify the groups of words that frequently occur together. I know how to create these association rules but I want after that to input these rules to a classifier to classify the text reviews as positive or negative. any help.
Tagged:
0
Answers
-
Hi @heba_samy2,
You can try with the Association Rules to ExampleSet operator from Converters Extension from Marketplace.
regards0