-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-2842][MLlib]Word2Vec documentation #2003
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
|
QA tests have started for PR 2003 at commit
|
|
QA tests have finished for PR 2003 at commit
|
docs/mllib-feature-extraction.md
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.
In the doc, we still try to have at most 100 chars per line. Could you reformat the doc?
|
QA tests have started for PR 2003 at commit
|
docs/mllib-feature-extraction.md
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.
s"$synonym $cosineSimilarity"
|
LGTM. Merged into master and branch-1.1. Thanks for working on the documentation!! |
mengxr Documentation for Word2Vec Author: Liquan Pei <[email protected]> Closes #2003 from Ishiihara/Word2Vec-doc and squashes the following commits: 4ff11d4 [Liquan Pei] minor fix 8d7458f [Liquan Pei] code reformat 6df0dcb [Liquan Pei] add Word2Vec documentation (cherry picked from commit eef779b) Signed-off-by: Xiangrui Meng <[email protected]>
|
Tests timed out after a configured wait of |
mengxr Documentation for Word2Vec Author: Liquan Pei <[email protected]> Closes apache#2003 from Ishiihara/Word2Vec-doc and squashes the following commits: 4ff11d4 [Liquan Pei] minor fix 8d7458f [Liquan Pei] code reformat 6df0dcb [Liquan Pei] add Word2Vec documentation
@mengxr
Documentation for Word2Vec