gauss = GaussianMixture(n_components=3, covariance_type='full', init_params='kmeans', random_state=SEED)
Hosted onDeepnote