Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[MRG+2] BayesianGaussianMixture docstring change: weight_concentration_prior is commonly called gamma #9371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sklearn/mixture/bayesian_mixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ class BayesianGaussianMixture(BaseMixture):

weight_concentration_prior : float | None, optional.
The dirichlet concentration of each component on the weight
distribution (Dirichlet). The higher concentration puts more mass in
distribution (Dirichlet). This is commonly called gamma in the
literature. The higher concentration puts more mass in
the center and will lead to more components being active, while a lower
concentration parameter will lead to more mass at the edge of the
mixture weights simplex. The value of the parameter must be greater
Expand Down