Uh oh!
There was an error while loading. Please reload this page.
[SPARK-14434][ML]:User guide doc and examples for GaussianMixture in spark.ml - #12788
[SPARK-14434][ML]:User guide doc and examples for GaussianMixture in spark.ml#12788wangmiao1981 wants to merge 12 commits into
Conversation
SparkQA
commented
Apr 29, 2016
Test build #57363 has finished for PR 12788 at commit
|
wangmiao1981
commented
Apr 30, 2016
sethah
commented
May 4, 2016
I made a pass. @zhengruifeng can you please take a look as well? |
zhengruifeng
commented
May 5, 2016
@sethah It seems that these examples follow |
SparkQA
commented
May 6, 2016
Test build #58009 has finished for PR 12788 at commit
|
wangmiao1981
commented
May 6, 2016
retest it please. |
SparkQA
commented
May 6, 2016
Test build #58020 has finished for PR 12788 at commit
|
wangmiao1981
commented
May 6, 2016
@sethah@zhengruifeng@yanboliang I made changes to address comments. |
wangmiao1981
commented
May 6, 2016
retest this please |
SparkQA
commented
May 6, 2016
Test build #58033 has finished for PR 12788 at commit
|
SparkQA
commented
May 12, 2016
Test build #58512 has finished for PR 12788 at commit
|
SparkQA
commented
May 12, 2016
Test build #58514 has finished for PR 12788 at commit
|
wangmiao1981
commented
May 12, 2016
@yanboliang@MLnick@zhengruifeng@sethah simplified the example using kmeans data and addressed review comments. |
SparkQA
commented
May 12, 2016
Test build #58522 has finished for PR 12788 at commit
|
SparkQA
commented
May 12, 2016
Test build #58523 has finished for PR 12788 at commit
|
There was a problem hiding this comment.
nit, j -> 'i' to keep in line with scala example
SparkQA
commented
May 13, 2016
Test build #58546 has finished for PR 12788 at commit
|
wangmiao1981
commented
May 15, 2016
MLnick
commented
May 16, 2016
@wangmiao1981 could you resolve merge conflicts by rebasing to master? |
There was a problem hiding this comment.
we do setSeed here in the Python example but not in the Scala/Java examples. We should make it consistent (perhaps remove the setSeed here)
MLnick
commented
May 16, 2016
A few other minor comments, otherwise LGTM |
SparkQA
commented
May 16, 2016
Test build #58645 has finished for PR 12788 at commit
|
wangmiao1981
commented
May 17, 2016
@MLnick I made changes accordingly. Thanks! |
…spark.ml ## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) Add guide doc and examples for GaussianMixture in Spark.ml in Java, Scala and Python. ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) Manual compile and test all examples Author: wm624@hotmail.com <wm624@hotmail.com> Closes#12788 from wangmiao1981/example. (cherry picked from commit 4134ff0) Signed-off-by: Nick Pentreath <nickp@za.ibm.com>
MLnick
commented
May 17, 2016
Merged to master/branch-2.0. Thanks @sethah@zhengruifeng for the review! |
What changes were proposed in this pull request?
(Please fill in changes proposed in this fix)
Add guide doc and examples for GaussianMixture in Spark.ml in Java, Scala and Python.
How was this patch tested?
(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
Manual compile and test all examples