🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

use k-means and fp-growth together

goldUser: "gold"
New Altair Community Member
Updated by Jocelyn
Hi every body
My dataset is movielens 100k. I want to use k-means clustering on this dataset then use Fp -Growth on each cluster but idont know how I can do this work.
I hope to use from you re help.
thank you .
Sort by:
1 - 3 of 31
    CaperezUser: "Caperez"
    Altair Community Member
    Accepted Answer
    Updated by Caperez
    Hi @gold
    In order to run a Fp-Growth operator for each cluster data you can use the Loop Values operator, and then running the Fp-Growth operator inside of it.
    please find attached a simple sample process. It's just to show you a possible process. 

    Best
    Cesar

    goldUser: "gold"
    New Altair Community Member
    OP
    Hi @ceaperez
    Thank you very much dear friend for your guidance because it was very useful. I did this solution with my data set but I do not know if I did it right or not? I need help  you again. The data set I use in my project is movielens 100k. This database is a three-part database that I have attached for you. My goal in this project is as follows:
    1. Apply Clustering for Ranking - Objective: Determine which movies received the same score.
    2. Apply FP-Growth to each group.
    I have attached the implementation I have done so that you can better guide me.
    I also used the   association rules  after the FP-Growth but it did not show any results for  association rules. Please guide me in this case as well
    Thank you for your help dear friend
    Hi @gold
    I saw your process and the reason why you can't see  the association rules is because you forget to connect the output port of loop values operator to results port.




    Best, 
    Cesar