You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In sklearn.mixture._bayeisan_mixture._compute_lower_bound
Description needs to be changed
""Estimate the lower bound of the model.
The lower bound on the likelihood (of the training data with respect to
the model) is used to detect the convergence and has to **decrease** at
each iteration."""
to
""Estimate the lower bound of the model.
The lower bound on the likelihood (of the training data with respect to
the model) is used to detect the convergence and has to **increase** at
each iteration."""
The text was updated successfully, but these errors were encountered:
Thanks @Ankit810 , let's leave the opportunity open for @Ashu9808 to submit a PR in the following days. Otherwise yes feel free to take over (~next week?)
In sklearn.mixture._bayeisan_mixture._compute_lower_bound
Description needs to be changed
""Estimate the lower bound of the model.
to
""Estimate the lower bound of the model.
The text was updated successfully, but these errors were encountered: