[SPARK-9888][MLlib]User guide for new LDA features#8254
Closed
feynmanliang wants to merge 3 commits into
Closed
Conversation
|
Test build #41059 has finished for PR 8254 at commit
|
Contributor
Author
|
@jkbradley do you mind reviewing? |
Member
There was a problem hiding this comment.
Actually just called "optimizer" in public API
Member
There was a problem hiding this comment.
FYI, for the future, try not to change formatting in Markdown unnecessarily since it makes reviewing harder. There aren't style guidelines for Markdown.
|
Test build #41541 has finished for PR 8254 at commit
|
asfgit
pushed a commit
that referenced
this pull request
Aug 25, 2015
See [discussion](#8254 (comment)) CC jkbradley Author: Feynman Liang <fliang@databricks.com> Closes #8422 from feynmanliang/SPARK-10230. (cherry picked from commit 881208a) Signed-off-by: Joseph K. Bradley <joseph@databricks.com>
asfgit
pushed a commit
that referenced
this pull request
Aug 25, 2015
See [discussion](#8254 (comment)) CC jkbradley Author: Feynman Liang <fliang@databricks.com> Closes #8422 from feynmanliang/SPARK-10230.
Member
|
LGTM pending tests |
|
Test build #41569 has finished for PR 8254 at commit
|
Member
|
Merging with master and branch-1.5 |
asfgit
pushed a commit
that referenced
this pull request
Aug 26, 2015
* Adds two new sections to LDA's user guide; one for each optimizer/model * Documents new features added to LDA (e.g. topXXXperXXX, asymmetric priors, hyperpam optimization) * Cleans up a TODO and sets a default parameter in LDA code jkbradley hhbyyh Author: Feynman Liang <fliang@databricks.com> Closes #8254 from feynmanliang/SPARK-9888. (cherry picked from commit 125205c) Signed-off-by: Joseph K. Bradley <joseph@databricks.com>
kiszk
pushed a commit
to kiszk/spark-gpu
that referenced
this pull request
Dec 26, 2015
See [discussion](apache/spark#8254 (comment)) CC jkbradley Author: Feynman Liang <fliang@databricks.com> Closes #8422 from feynmanliang/SPARK-10230.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
@jkbradley @hhbyyh