Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试使用 LightFM 的预测,但是它需要行/用户的内部 id 和列/项目的内部 id。一个 coo 矩阵被传递到 lightfm 中。
我将 3 个 numpy 数组传递给了 COO 矩阵。但是我不能获取该数组中的索引,因为它与 coo 矩阵的索引不同。
因此,如果我想对用户/行进行预测,如何获取其 db id 并将其与内部 coo 矩阵行索引相关联?
例如model.predict(internal_user_ix)
model.predict(internal_user_ix)