You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my scene, a user have some topics, a goods have some topics. So I want to the attention score of goods topics in every user topics.
for example. user have topics [T1, T2, T3], goods have topics [T10, T11, T14]. I want to do
pairs=[{'ad': 'T1', 'pos_hist': 'goods_topics'},
{'ad': 'T2', 'pos_hist': 'goods_topics'},
{'ad': 'T3', 'pos_hist': 'goods_topics'},
],
pairs=[{'ad': 'q_topic_1', 'pos_hist': 'm_interested_topics'},
{'ad': 'q_topic_2', 'pos_hist': 'm_interested_topics'},
{'ad': 'q_topic_3', 'pos_hist': 'm_interested_topics'},
{'ad': 'q_topic_4', 'pos_hist': 'm_interested_topics'},
{'ad': 'q_topic_5', 'pos_hist': 'm_interested_topics'}
],
The text was updated successfully, but these errors were encountered: