I am a bit confused about using contextual data with libfm.
If data is like:
userA, itemC, ratingX, context1, context4, context7
userB, itemC, ratingY, context1, context2, context4
The context4 appears at two different position in the list, then when converting to libfm format, context4 will have two different ids, like if there were two context4.
How to deal with this?
How did authors of "Fast context-aware recommendations with factorization machines" model the contextualized data ?
thanks for help!
--
You received this message because you are subscribed to a topic in the Google Groups "libFM - Factorization Machines" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/libfm/Ik2m_JU5UZc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to libfm+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks again!
To unsubscribe from this group and all its topics, send an email to libfm+un...@googlegroups.com.
I wonder how they did in "Fast context-aware recommendations with factorization machines" ?
Thanks for help Thierry.