I am using scikit learn 0.15.0. When I try to import sklearn.mixture I get ImportError: cannot import name choice
Any ideas?
================================
from sklearn.mixture import GaussianMixture
using this would make it more specific to work with .gmm,
and
from sklearn.cluster import KMeans
for:
16 from ..neighbors import kneighbors_graph 17 from ..manifold import spectral_embedding ---> 18 from .k_means_ import k_means