Skip to content
Snippets Groups Projects
  • Anant's avatar
    e07fb6a4
    [SPARK-3838][examples][mllib][python] Word2Vec example in python · e07fb6a4
    Anant authored
    This pull request refers to issue: https://issues.apache.org/jira/browse/SPARK-3838
    
    Python example for word2vec
    mengxr
    
    Author: Anant <anant.asty@gmail.com>
    
    Closes #2952 from anantasty/SPARK-3838 and squashes the following commits:
    
    87bd723 [Anant] remove stop line
    4bd439e [Anant] Changes as per code review. Fized error in word2vec python example, simplified example in docs.
    3d3c9ee [Anant] Added empty line after python imports
    0c90c31 [Anant] Fixed erroneous code. I was still treating each line to be a single word instead of 16 words
    ee4f5f6 [Anant] Fixes from code review comments
    c637bcf [Anant] Added word2vec python example to docs
    269f31f [Anant] added example in docs
    c015b14 [Anant] Added python example for word2vec
    e07fb6a4
    History
    [SPARK-3838][examples][mllib][python] Word2Vec example in python
    Anant authored
    This pull request refers to issue: https://issues.apache.org/jira/browse/SPARK-3838
    
    Python example for word2vec
    mengxr
    
    Author: Anant <anant.asty@gmail.com>
    
    Closes #2952 from anantasty/SPARK-3838 and squashes the following commits:
    
    87bd723 [Anant] remove stop line
    4bd439e [Anant] Changes as per code review. Fized error in word2vec python example, simplified example in docs.
    3d3c9ee [Anant] Added empty line after python imports
    0c90c31 [Anant] Fixed erroneous code. I was still treating each line to be a single word instead of 16 words
    ee4f5f6 [Anant] Fixes from code review comments
    c637bcf [Anant] Added word2vec python example to docs
    269f31f [Anant] added example in docs
    c015b14 [Anant] Added python example for word2vec