Cluto like library for Python

Nelle Varoquaux nelle.varoquaux at gmail.com
Mon Mar 7 11:02:49 EST 2011


There is also scikit learn, that isn't mentionned on that list. It has
a few clustering algorithms (k means, affinity propagation, mean
shift):
you can find the documentation here :
http://scikit-learn.sourceforge.net/modules/clustering.html

Thanks,
Nelle

On 7 March 2011 01:14, Miki Tebeka <miki.tebeka at gmail.com> wrote:
> You have several option for interfacing with C libraries: Cython, swig, boost-python, ctypes ...
>
> You can find several machine learning packages mentioned at http://web.media.mit.edu/~stefie10/technical/pythonml.html, I have no experience with any of them so I can't recommend any.
>
> HTH
> --
> Miki Tebeka <miki.tebeka at gmail.com>
> http://pythonwise.blogspot.com
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list