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

LsiModel.docs_processed attribute #763

Merged
merged 17 commits into from
Jun 30, 2016
Merged

LsiModel.docs_processed attribute #763

merged 17 commits into from
Jun 30, 2016

Commits on Dec 21, 2015

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

Commits on Feb 26, 2016

  1. add debug print to logger and use __name__ logger

    Hobson Lane committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    cc2474a View commit details
    Browse the repository at this point in the history
  2. fix plot and make_tfidf

    Hobson Lane committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    c7491d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Use LsiModel.num_documents_processed to keep track of num_documents_p…

    …rocessed ;)
    Hobson Lane committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    12d9c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b84719a View commit details
    Browse the repository at this point in the history
  3. python 2.6-compatible format

    Hobson Lane committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    7d5a7c2 View commit details
    Browse the repository at this point in the history
  4. num_documents_processed => docs_processed

    Hobson Lane committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    02dc50c View commit details
    Browse the repository at this point in the history
  5. test should fail

    Hobson Lane committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    cd78a03 View commit details
    Browse the repository at this point in the history
  6. get the corpus shape too

    Hobson Lane committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    4208045 View commit details
    Browse the repository at this point in the history
  7. shape for test.mm is Nx9

    Hobson Lane committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    b5dcdc8 View commit details
    Browse the repository at this point in the history
  8. fix tests, add more, and lint

    Hobson Lane committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    35b3077 View commit details
    Browse the repository at this point in the history
  9. lint test_lsimodel.py

    Hobson Lane committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    6313234 View commit details
    Browse the repository at this point in the history
  10. coerce to tuple to compar np arrays

    Hobson Lane committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    30a54eb View commit details
    Browse the repository at this point in the history
  11. revert unrelated logger.debug(docid)

    Hobson Lane committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    1b63366 View commit details
    Browse the repository at this point in the history
  12. respond to Lev comment

    Hobson Lane committed Jun 29, 2016
    Configuration menu
    Copy the full SHA
    1f9b04b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2016

  1. respond to piskvorky comment

    Hobson Lane committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    0d9ad8a View commit details
    Browse the repository at this point in the history
  2. not sure where to add line for PR, so added to ver 0.13.2 (no git tag…

    … yet for that)
    Hobson Lane committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    a5a799f View commit details
    Browse the repository at this point in the history