RUCAIBox / RecBole-CDR

This is a library built upon RecBole for cross-domain recommendation algorithms
MIT License
82 stars 12 forks source link

[🐛BUG] remap过程中的item feature设置 #51

Closed WYH-han closed 1 year ago

WYH-han commented 1 year ago

描述这个 bug

image

预期self.user_feat[field_name] = self.item_feat[field_name].map(lambda x: map_dict.get(x, x)) 修改为: self.item_feat[field_name] = self.item_feat[field_name].map(lambda x: map_dict.get(x, x))

Wicknight commented 1 year ago

@WYH-han 您好!感谢您的建议,我们已经将这个bug修改!