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,评估方法,例如,precision_at_k有一个preserve_rows默认值的参数False。在什么情况下我会成功True?
LightFM
precision_at_k
preserve_rows
False
True
如果您的代码的其他一些位期望您的分数数组保持其大小。我不希望这很普遍。
在大多数情况下,您只需对结果取平均值。