piskvorky/gensim

KeyedVectors TODOs

Open

#2,166 opened on Aug 26, 2018

View on GitHub
 (14 comments) (0 reactions) (0 assignees)Python (4,349 forks)batch import
Hacktoberfestdifficulty easydocumentation

Repository metrics

Stars
 (15,144 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Description

Hi! I'm new here :) I was digging through the Doc2Vec code and came across a bunch of TODOs in KeyedVectors.

I was wondering if TODOs such as https://github.com/RaRe-Technologies/gensim/blob/develop/gensim/models/keyedvectors.py#L1601 in KeyedVectors can be implemented using model.infer() like in https://github.com/RaRe-Technologies/gensim/blob/develop/gensim/models/keyedvectors.py#L1801

If so I'll be happy to submit a PR.

Steps/Code/Corpus to Reproduce

N/A

Expected Results

N/A

Actual Results

N/A

Versions

Darwin-15.6.0-x86_64-i386-64bit Python 3.6.4 (default, Jan 6 2018, 11:49:38) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] NumPy 1.15.1 SciPy 1.1.0 gensim 3.5.0 FAST_VERSION 0

Contributor guide