scikit-learn/sklearn/mixture
Ricardo Ferreira 0bf99b8604
DOC Fixes docstring in BayesianGaussianMixture (#19243)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-04-23 15:03:59 -04:00
..
tests FIX `GaussianMixture` now normalizes `weights_` directly instead of by `n_samples` (#23034) 2022-04-08 23:54:30 -04:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_base.py ENH Add new initialization methods for Gaussian Mixture (#20408) 2022-04-06 13:40:46 +02:00
_bayesian_mixture.py DOC Fixes docstring in BayesianGaussianMixture (#19243) 2022-04-23 15:03:59 -04:00
_gaussian_mixture.py FIX `GaussianMixture` now normalizes `weights_` directly instead of by `n_samples` (#23034) 2022-04-08 23:54:30 -04:00