Skip to content
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

[GSoC 2018] Multistream API for vocabulary building in *2vec #2078

Merged

Commits on Jun 4, 2018

  1. Configuration menu
    Copy the full SHA
    92e6e22 View commit details
    Browse the repository at this point in the history
  2. fixes

    persiyanov committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    2618a2e View commit details
    Browse the repository at this point in the history
  3. fix tags for doc2vec

    persiyanov committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    7960af8 View commit details
    Browse the repository at this point in the history
  4. fix tests

    persiyanov committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    b8da97a View commit details
    Browse the repository at this point in the history
  5. removed benchmark vocab

    persiyanov committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    16be716 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. addressing comments

    persiyanov committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    c2d674a View commit details
    Browse the repository at this point in the history
  2. make interfaces and documentation more pretty

    persiyanov committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    85e689c View commit details
    Browse the repository at this point in the history
  3. add word2vec multistream tests

    persiyanov committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    0d5ae38 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. fix pep8

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    df3ae5f View commit details
    Browse the repository at this point in the history
  2. iteritems -> items

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    49357cb View commit details
    Browse the repository at this point in the history
  3. more precise test

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    0365eea View commit details
    Browse the repository at this point in the history
  4. add doc2vec tests

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    812ab8c View commit details
    Browse the repository at this point in the history
  5. add fasttext tests

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    f11f44d View commit details
    Browse the repository at this point in the history
  6. remove prints

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    941dfd8 View commit details
    Browse the repository at this point in the history
  7. fix seed=42

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    36e7238 View commit details
    Browse the repository at this point in the history
  8. fixed tests

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    fa57f7a View commit details
    Browse the repository at this point in the history
  9. add build_vocab test for fasttext

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    9ea007d View commit details
    Browse the repository at this point in the history
  10. fix

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    aec68ea View commit details
    Browse the repository at this point in the history
  11. change size from 10 to 5 in fasttext test because of appveyor memory …

    …limits
    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    07f3fd4 View commit details
    Browse the repository at this point in the history
  12. another test with memory error

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    8b49fb8 View commit details
    Browse the repository at this point in the history
  13. fix py3 tests

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    d0c11d9 View commit details
    Browse the repository at this point in the history
  14. fix iteritems for py3

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    5974448 View commit details
    Browse the repository at this point in the history
  15. fix functools reduce

    persiyanov committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    1419847 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. addressing comments

    persiyanov committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    280e826 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. addressing @jayantj comments

    persiyanov committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    7d489f4 View commit details
    Browse the repository at this point in the history
  2. fix language

    persiyanov committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    49a1ee6 View commit details
    Browse the repository at this point in the history
  3. add final vocab pruning in multistream modes

    persiyanov committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    1cbad7f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. keys -> iterkeys

    persiyanov committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    d024625 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. use heapq.nlargest

    persiyanov committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    5e4de19 View commit details
    Browse the repository at this point in the history
  2. fix

    persiyanov committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    74e7b02 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. multistream flag to input_streams param

    persiyanov committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    0d12d8b View commit details
    Browse the repository at this point in the history
  2. fix tests

    persiyanov committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    25d00cd View commit details
    Browse the repository at this point in the history
  3. fix flake 8

    persiyanov committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    2281265 View commit details
    Browse the repository at this point in the history
  4. fix doc2vec docstrings

    persiyanov committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    543a9e0 View commit details
    Browse the repository at this point in the history
  5. fix merging streams

    persiyanov committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    d520d68 View commit details
    Browse the repository at this point in the history
  6. fix doc2vec

    persiyanov committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    d11a0b8 View commit details
    Browse the repository at this point in the history
  7. max_vocab_size -> max_vocab_size / workers

    persiyanov committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    ecd8f39 View commit details
    Browse the repository at this point in the history
  8. fixed

    persiyanov committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    a96d5a4 View commit details
    Browse the repository at this point in the history
  9. / -> // (py3 division)

    persiyanov committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    0a327b0 View commit details
    Browse the repository at this point in the history
  10. fix

    persiyanov committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    62873fb View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. Configuration menu
    Copy the full SHA
    5f61219 View commit details
    Browse the repository at this point in the history
  2. fix docstring

    persiyanov committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    c67f964 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2018

  1. Configuration menu
    Copy the full SHA
    a16cec0 View commit details
    Browse the repository at this point in the history