Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Numpy deprecation warning in matutils.corpus2dense #2433

Closed
wants to merge 36 commits into from
Closed
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
3160dea
Added Montemurro and Zanette's entropy-based keyword extraction algor…
PeteBleackley Nov 23, 2017
0550651
Improved Docstrings
PeteBleackley Nov 23, 2017
a072f93
Fixed numerical bugs due to zero frequencies
PeteBleackley Nov 23, 2017
02428fa
Merge branch 'develop' into develop
menshikh-iv Nov 24, 2017
c8a3792
Coding style changes, test and tutorial
PeteBleackley Nov 27, 2017
8a8264e
Trying to fix a merge conflict
PeteBleackley Nov 27, 2017
e763f3c
I hate git
PeteBleackley Nov 27, 2017
195c3c0
Summarization tutorial
PeteBleackley Nov 27, 2017
5b9a3ad
Fixed some failing tests
PeteBleackley Nov 27, 2017
4c2d8de
Tests, demo, nan_to_num and a few last flake8 issues
PeteBleackley Nov 28, 2017
d9c290a
Further flake8 issues
PeteBleackley Nov 28, 2017
8809e5a
Further flake8 issues
PeteBleackley Nov 28, 2017
a97fd82
Removed Jupyter checkpoint
PeteBleackley Nov 28, 2017
0d4e31c
Removed trailing whitespace
PeteBleackley Nov 28, 2017
4d18223
Trailing whitespace
PeteBleackley Nov 28, 2017
dc42cee
Speed up test and add comment to explain threshold value
PeteBleackley Nov 29, 2017
fdddf02
Flake8 again
PeteBleackley Nov 29, 2017
86db65c
rename vars + style fixes
menshikh-iv Nov 30, 2017
28ae7cb
fix operation order
menshikh-iv Nov 30, 2017
6add3ba
Update docs with Montemurro and Zanette's algorithm
PeteBleackley Jan 3, 2018
86590bb
Revert "Update docs with Montemurro and Zanette's algorithm"
PeteBleackley Jan 4, 2018
eb65041
Merge remote-tracking branch 'upstream/master' into develop
PeteBleackley Jan 4, 2018
7711451
Merge remote-tracking branch 'upstream/develop' into develop
PeteBleackley Apr 6, 2018
bdc1a6d
Fixed bug in TfidfModel, as described in Issue #2020
PeteBleackley Apr 6, 2018
590b52a
Fix return type
menshikh-iv Apr 6, 2018
3b64a78
Updated unit tests for TfidfModel
PeteBleackley Apr 6, 2018
3588b88
Merge branch 'develop' of https://github.com/PeteBleackley/gensim int…
PeteBleackley Apr 6, 2018
5f9aa93
Updated unit tests for TfidfModel
PeteBleackley Apr 6, 2018
fdab1e8
Changed log(x)/log(2) to log2(x) since this is clearer. Fixed the pla…
PeteBleackley Apr 7, 2018
d2f3ea8
Fixed persistence tests
PeteBleackley Apr 8, 2018
5aff83b
Flake 8
PeteBleackley Apr 8, 2018
bb9baf5
Fixed numpy deprecation warning in matutils.py (Issue #2432)
PeteBleackley Apr 3, 2019
1a4f40c
Attempt to resolve merge conflicts
PeteBleackley Apr 3, 2019
fd0e90d
Merge branch 'develop' into develop
PeteBleackley Apr 3, 2019
665644f
Replacing two binary files that had merge conflicts with the originals
PeteBleackley Apr 3, 2019
75cd7ff
Merge branch 'develop' of https://github.com/PeteBleackley/gensim int…
PeteBleackley Apr 3, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added gensim/test/test_data/tfidf_model.tst.orig
Binary file not shown.