piskvorky/gensim

KeyedVectors TODOs

Open

#2,166 建立於 2018年8月26日

在 GitHub 查看
 (14 留言) (0 反應) (0 負責人)Python (4,349 fork)batch import
Hacktoberfestdifficulty easydocumentation

倉庫指標

Star
 (15,144 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南