DeepCTR icon indicating copy to clipboard operation
DeepCTR copied to clipboard

How to get prediction result with identification information(e.g. ID)?

Open hibayesian opened this issue 5 years ago • 1 comments

Describe the question(问题描述) How to get prediction result with identification information(e.g. ID)? I think it's a very common scenario we want to know each prediction belongs to whom(e.g user id). I have no idea how to implement this in DeepCTR.

Operating environment(运行环境):

  • deepctr version [e.g. 0.8.0,]

hibayesian avatar Jul 09 '20 11:07 hibayesian

each prediction corresponding to a input sample, which usually contains the userid and itemid

zanshuxun avatar May 13 '21 05:05 zanshuxun