using association rules as input to classifier
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.
Find more posts tagged with
Sort by:
1 - 1 of
11
You can try with the Association Rules to ExampleSet operator from Converters Extension from Marketplace.
regards