[GitHub] spark pull request #18636: added support word2vec training with additional d...

2018-11-10 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/spark/pull/18636


---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #18636: added support word2vec training with additional d...

2017-07-14 Thread LeoIV
GitHub user LeoIV opened a pull request:

https://github.com/apache/spark/pull/18636

added support word2vec training with additional data

## What changes were proposed in this pull request?

Word2Vec is trained unsupervised. The more data it is trained on, the more 
"accurate" are the word vectors. Hence, Word2Vec should support to be fit on 
additional data. 

## How was this patch tested?

Additional unit test.

Please review http://spark.apache.org/contributing.html before opening a 
pull request.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/LeoIV/spark master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/18636.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #18636


commit 7473d6f81b9db4f1c4afbcfd1fd3b76dda8ed579
Author: Leonard Hövelmann 
Date:   2017-07-14T12:10:31Z

added support word2vec training with additional data

commit 9979214fe0652ea852dec863146ea9b680c0d61c
Author: Leonard Hövelmann 
Date:   2017-07-14T12:19:11Z

fixed intendation




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org