Я нашел предупреждение о word2vec.similarity()
следующим образом:
>d:\python\lib\site-packages\gensim\matutils.py:737: FutureWarning: Conversion of the second argument of issubdtype from `int` to `np.signedinteger` is deprecated. In future, it will be treated as `np.int32 == np.dtype(int).type`.
if np.issubdtype(vec.dtype, np.int):
что я могу сделать, чтобы убрать это предупреждение?