[SPARK-11689] [ML] Add user guide and example code for LDA under spark.ml#9722
[SPARK-11689] [ML] Add user guide and example code for LDA under spark.ml#9722hhbyyh wants to merge 7 commits intoapache:masterfrom
Conversation
|
Test build #45951 has finished for PR 9722 at commit
|
|
Test build #46061 has finished for PR 9722 at commit
|
|
cc: @feynmanliang |
docs/ml-guide.md
Outdated
There was a problem hiding this comment.
The other links in this section are sorted alphabetically
|
Made a pass |
|
Test build #46336 has finished for PR 9722 at commit
|
docs/ml-clustering.md
Outdated
There was a problem hiding this comment.
I thought this was supposed to read "In this section, we introduce the pipeline API for clustering in mllib"? The pipelines API doesn't "correspond" to mllib since it's missing a lot of features
|
LGTM after changes |
|
ERROR: Timeout after 15 minutes |
|
LGTM |
|
Jenkins test this please |
|
Test build #46408 has finished for PR 9722 at commit
|
jira: https://issues.apache.org/jira/browse/SPARK-11689 Add simple user guide for LDA under spark.ml and example code under examples/. Use include_example to include example code in the user guide markdown. Check SPARK-11606 for instructions. Author: Yuhao Yang <hhbyyh@gmail.com> Closes #9722 from hhbyyh/ldaMLExample. (cherry picked from commit e359d5d) Signed-off-by: Xiangrui Meng <meng@databricks.com>
|
Merged into master and branch-1.6. Thanks! |
|
@hhbyyh I reverted the commit because it failed doc build. Could you re-open this PR and try |
|
I'll look into it immediately. Sorry for the troubling. |
|
@hhbyyh The Java example is lack of |
|
@mengxr It's really a problem of testing example code and markdown doc in the test time. I think Spark QA cannot grasp this kind of errors. |
|
@yinxusen Thanks a lot. It seems I cannot reopen the PR. I'll create a new one. Yet I keep getting error compiling QueryExecutionListener.scala during build/sbt unidoc. Have you met a similar issue? |
|
@hhbyyh I am not familiar with |
|
Yes Thanks. |
jira: https://issues.apache.org/jira/browse/SPARK-11689 Add simple user guide for LDA under spark.ml and example code under examples/. Use include_example to include example code in the user guide markdown. Check SPARK-11606 for instructions. Original PR is reverted due to document build error. #9722 mengxr feynmanliang yinxusen Sorry for the troubling. Author: Yuhao Yang <hhbyyh@gmail.com> Closes #9974 from hhbyyh/ldaMLExample. (cherry picked from commit e232720) Signed-off-by: Xiangrui Meng <meng@databricks.com>
jira: https://issues.apache.org/jira/browse/SPARK-11689 Add simple user guide for LDA under spark.ml and example code under examples/. Use include_example to include example code in the user guide markdown. Check SPARK-11606 for instructions. Original PR is reverted due to document build error. #9722 mengxr feynmanliang yinxusen Sorry for the troubling. Author: Yuhao Yang <hhbyyh@gmail.com> Closes #9974 from hhbyyh/ldaMLExample.
jira: https://issues.apache.org/jira/browse/SPARK-11689
Add simple user guide for LDA under spark.ml and example code under examples/. Use include_example to include example code in the user guide markdown. Check SPARK-11606 for instructions.