Hi Tim.
I don't know of an implementation of the algorithm.
For scikit-learn, this would currently not be suitable. Unfortunately
there is no concept of categorical variables in scikit-learn,
and all categorical variables need to be one-hot encoded.
Cheers,
Andy
On 02/06/2014 06:32 PM, tim pi
Hi,
Forgive the general inquiry, but I've been trying to find a python
implementation of k modes clustering (for nominal/categorical data). Does
anyone know of one in existence? (Would this be something the scikit learn
community would be interested in?)
Thanks,