Open monster-s opened 6 years ago
In GMM & Cluster Validation Lab Solution the GassuanMixture is fit 2x. In [12]
gmm = GaussianMixture(n_components=3).fit(X) gmm = gmm.fit(X)
In GMM & Cluster Validation Lab Solution the GassuanMixture is fit 2x. In [12]
gmm = GaussianMixture(n_components=3).fit(X) gmm = gmm.fit(X)