ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.83k stars 160 forks source link

feature request: Gaussian Mixture Models as a cluster method #143

Open jeremymanning opened 7 years ago

jeremymanning commented 7 years ago

this could provide a better clustering solution, e.g. for the mushrooms clustering example

sklearn has a nice implementation that we could wrap: http://scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html#sklearn.mixture.GaussianMixture