srowen opened a new pull request #24893: [SPARK-28081][ML] Handle large vocab 
counts in word2vec
URL: https://github.com/apache/spark/pull/24893
 
 
   ## What changes were proposed in this pull request?
   
   The word2vec logic fails if a corpora has a word with count > 1e9. We should 
be able to handle very large counts generally better here by using longs to 
count.
   
   This takes over https://github.com/apache/spark/pull/24814
   
   ## How was this patch tested?
   
   Existing tests.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to