File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
upcoming_changes/sklearn.mixture Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1+ - Added an attribute `lower_bounds_ ` in the :class: `mixture.BaseMixture `
2+ class to save the list of lower bounds for each iteration thereby providing
3+ insights into the convergence behavior of mixture models like
4+ :class: `mixture.GaussianMixture `.
5+ By :user: `Manideep Yenugula <myenugula> `
Original file line number Diff line number Diff line change @@ -127,14 +127,6 @@ Changelog
127127 :pr:`123456` by :user:`Joe Bloggs <joeongithub>`.
128128 where 123455 is the *pull request* number, not the issue number.
129129
130- :mod: `sklearn.mixture `
131- ......................
132-
133- - |Feature | Added the ability to store and access the list of lower bounds for
134- each iteration in the `BaseMixture ` class, providing insights into the convergence
135- behavior of mixture models like `GaussianMixture `.
136- :pr: `28559 ` by :user: `Manideep Yenugula <myenugula> `.
137-
138130:mod: `sklearn.cluster `
139131......................
140132
You can’t perform that action at this time.
0 commit comments