Hello, new to knime. I have a database table that I would like to perform Itemset Frequency Analysis (Apriori) on, as such I am trying to create a transaction list. I’ve filtered the table into the two needed columns; a Customer Id and a Product ID. Using the Group By node, the table is in a format where one Customer entry with numerous products, essesntially a list of transactions made by every unique customer.
I tried to feed this into the WEKA Apriori node, but apparently it doesn’t work with strings, how can I format it to work properly?
As far as I can tell, the Apriori node does work with strings.
Using the Group By node, the table is in a format where one Customer entry with numerous products, essesntially a list of transactions made by every unique customer.
I believe that this is the problem. I think that the data should be formatted like this: