-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-18109][ML] Add instrumentation to GMM #15636
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
|
Test build #67549 has finished for PR 15636 at commit
|
|
@jkbradley @yanboliang Could you please make a review in your spare time? |
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.
It would be good to log numFeatures at this point (since it's readily available from the model).
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.
OK, I will add numFeatures here.
|
Other than that, this looks fine. |
069f377 to
e9736ff
Compare
|
Test build #67687 has finished for PR 15636 at commit
|
|
LGTM, merged into master. Thanks! |
## What changes were proposed in this pull request? Add instrumentation to GMM ## How was this patch tested? Test in spark-shell Author: Zheng RuiFeng <[email protected]> Closes apache#15636 from zhengruifeng/gmm_instr.
## What changes were proposed in this pull request? Add instrumentation to GMM ## How was this patch tested? Test in spark-shell Author: Zheng RuiFeng <[email protected]> Closes apache#15636 from zhengruifeng/gmm_instr.
What changes were proposed in this pull request?
Add instrumentation to GMM
How was this patch tested?
Test in spark-shell