The workflow I created is simple. I grouped by user and choose aggregation method as artist (unique concatenate). So at the end I have a row for each user with the artist list that each user listened to (user’s music history). I excluded sex and country. Then I used create collection column node to convert the artist list to collection and used apriori node to generate association rules. Unfortunately I’m getting an empty set of rules although I configured the min support to as low as 0.1. Please help! What’s wrong with my approach!
hi @barayh ,
simply made some changes on your workflow to the groupby node and setting of the confidence and support values learner. Week 9 - Association Rules-MM.knwf (84.6 KB)