-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
Gaussian mixture lower bounds #28559
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
OmarManzoor
merged 15 commits into
scikit-learn:main
from
myenugula:GaussianMixture-lower_bounds
Mar 27, 2025
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
7f695bd
add a lower_bounds_ list to GaussianMixture
myenugula 3e307b6
Merge branch 'scikit-learn:main' into GaussianMixture-lower_bounds
myenugula dd604d6
rename self.best_lower_bounds_ to self.lower_bounds_
myenugula 4f09a7f
Add documentation and unit test for lower_bounds_
myenugula bbb7597
Add an entry to changelog
myenugula 142fe6c
Add lower_bounds_ to docstr
myenugula 62d679d
Modify "lower_bounds_" docstr description.
myenugula 664ea47
Merge branch 'main' into GaussianMixture-lower_bounds
myenugula bbc3b22
Remove an extra new line
myenugula 141fe81
Merge branch 'scikit-learn:main' into GaussianMixture-lower_bounds
myenugula d5d6e3c
Fix the user; add full name
myenugula 390b972
Merge remote-tracking branch 'origin/GaussianMixture-lower_bounds' in…
myenugula e4c9bef
Merge branch 'scikit-learn:main' into GaussianMixture-lower_bounds
myenugula f5d3197
DOC Move lower_bounds_ changelog to upcoming changes directory
myenugula 15765a8
Merge branch 'main' into GaussianMixture-lower_bounds
myenugula File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
doc/whats_new/upcoming_changes/sklearn.mixture/28559.feature.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| - Added an attribute `lower_bounds_` in the :class:`mixture.BaseMixture` | ||
| class to save the list of lower bounds for each iteration thereby providing | ||
| insights into the convergence behavior of mixture models like | ||
| :class:`mixture.GaussianMixture`. | ||
| By :user:`Manideep Yenugula <myenugula>` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.