-
-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[MRG + 1] BF: not mutating alpha in VBGMM, using alpha_ instead #5551
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
Conversation
sklearn/mixture/dpgmm.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to be a property, or set in fit.
If tests pass with setting it in fit, that would be preferable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
ping @amueller |
LGTM, thanks |
@agramfort ? ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need a property here. Just add the alpha_ attribute.
This class has too many problems and we have deprecated it #6998. |
@tguillemot I know. but this is critical to make #5540 work, which I really want to have in 0.18 |
@amueller Ok. I haven't noticed it. |
fixed in #7028 |
Fixes issue #5547