-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add smart information retrieval system for TfidfModel
. Fix #1785
#1791
Merged
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
5e1830b
fixing appveyor
markroxor 6cef4b1
Merge branch 'develop' of https://github.com/RaRe-Technologies/gensim…
markroxor e8a3f16
verify weights
markroxor 648bf21
verify weights
markroxor a6f1afb
smartirs ready
markroxor d091138
change old tests
markroxor 951c549
remove lambdas
markroxor 40c0558
address suggestions
markroxor b35344c
minor fix
markroxor 0917e75
pep8 fix
markroxor bef79cc
numpy style doc strings
markroxor d3d431c
fix pickle problem
menshikh-iv 0e6f21e
flake8 fix
markroxor 7ee7560
fix bug in docstring
menshikh-iv f2251a4
Merge branch 'develop' of github.com:markroxor/gensim into develop
markroxor b2def84
added few tests
markroxor 5b2d37a
fix normalize issue for pickling
markroxor ac4b154
fix normalize issue for pickling
markroxor 0bacc08
test without sklearn api
markroxor 51e0eb9
Merge branch 'smartirs' of github.com:markroxor/gensim into smartirs
markroxor 3039732
hanging idents and new tests
markroxor 99e6a6f
Merge branch 'develop' of https://github.com/RaRe-Technologies/gensim…
markroxor 7d63d9c
Merge branch 'smartirs' of github.com:markroxor/gensim into smartirs
markroxor e5140f8
add docstring
markroxor 4afbadd
add docstring
markroxor d2fe235
Merge branch 'smartirs' of github.com:markroxor/gensim into smartirs
markroxor 52ee3c4
better way cmparing floats
markroxor 48e84f7
old way of cmp floats
markroxor 6d2f47b
Merge remote-tracking branch 'upstream/develop' into develop
menshikh-iv 607ba61
Merge branch 'develop' into smartirs
menshikh-iv d0878a4
doc fix[1]
menshikh-iv b544c9c
doc fix[2]
menshikh-iv c4e3656
fix description TODOs
markroxor 98ffde5
fix irksome comparision
markroxor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comparing in absolute value safer (easier to read and comprehend intent; plus less room for error).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a discussion with @menshikh-iv stating otherwise. @menshikh-iv I am reverting this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@piskvorky I did the same here, but you asked me to revert it.