Different ML and preprocesing algorithms in python specially for clustering
Trying to follow the interfaces of scikit-learn
Just for teaching purposes, most of the algorithms are not implemented efficiently
Some of the algorithms are from other authors:
KernelKMeans by Mathieu Blondel [email protected] https://gist.github.com/mblondel/6230787
KModes and KPrototypes by Nico de Vos [email protected] https://github.com/nicodv/kmodes