Skip to content

Commit

Permalink
Add smart information retrieval system for TfidfModel. Fix #1785 (#…
Browse files Browse the repository at this point in the history
…1791)

* fixing appveyor

* verify weights

* verify weights

* smartirs ready

* change old tests

* remove lambdas

* address suggestions

* minor fix

* pep8 fix

* fix pickle problem

* flake8 fix

* fix bug in docstring

* added few tests

* fix normalize issue for pickling

* fix normalize issue for pickling

* test without sklearn api

* hanging idents and new tests

* add docstring

* add docstring

* better way cmparing floats

* old way of cmp floats

* doc fix[1]

* doc fix[2]

* fix description TODOs

* fix irksome comparision
  • Loading branch information
markroxor authored and menshikh-iv committed Jan 15, 2018
1 parent 1d638cf commit 0bfb9da
Show file tree
Hide file tree
Showing 7 changed files with 516 additions and 66 deletions.
3 changes: 2 additions & 1 deletion docs/src/models/tfidfmodel.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
:mod:`models.tfidfmodel` -- TF-IDF model
======================================================
========================================

.. automodule:: gensim.models.tfidfmodel
:synopsis: TF-IDF model
:members:
:inherited-members:
:undoc-members:
:show-inheritance:
:special-members: __getitem__
Loading

0 comments on commit 0bfb9da

Please sign in to comment.