🎉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

How to cluster data with K-Mode?

User: "LTJC"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "IngoRM"
    New Altair Community Member
    Accepted Answer
    Hi,
    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,
    Ingo