質問

Can someone help me identify how Myrrix handles if there are duplicated records of in the input data? What would be the result in the case of implicit as well as explicit feedback data? What if explicit feedback duplicated records have different ratings?

役に立ちましたか?

解決

Data is always additive. So "user,item,X" and "user,item,Y" is (essentially) like "user,item,X+Y". Input without a value are considered to have value 1.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top