Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
How to cluster data with K-Mode?
Hi,
I am planning to cluster my categorical data as I want to find the similarity in the data set. However, I ran into a problem where I could not find k-mode clustering operator. I know that it is possible to use k-mode clustering with python but I have little to no experience in coding. By any chance, is there any extension for it? Or, is there any better model for it?
Thanks
I am planning to cluster my categorical data as I want to find the similarity in the data set. However, I ran into a problem where I could not find k-mode clustering operator. I know that it is possible to use k-mode clustering with python but I have little to no experience in coding. By any chance, is there any extension for it? Or, is there any better model for it?
Thanks
Tagged:
1
Best Answer
-
IngoRM Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM FounderHi,I would recommend to use the clustering in Auto Model: this will take care of the necessary preprocessing for you. Alternatively you could use k-Medoids clustering with a Mixed Euclidean distance measure for example...Cheers,Ingo7