Closed jeremymanning closed 2 years ago
The following code produces the incorrect plot below:
gaussian_mixture = {'model': 'GaussianMixture', 'args': [], 'kwargs': {'n_components': 3, 'mode': 'fit_predict_proba'}} hyp.plot(data[0], cluster=gaussian_mixture, cmap='husl')
There are a couple of potential fail points that need to be explored (along with other possibilities):
The following code produces the incorrect plot below:
There are a couple of potential fail points that need to be explored (along with other possibilities):