LibRecommender icon indicating copy to clipboard operation
LibRecommender copied to clipboard

lightgcn with bpr loss issue

Open rajanskumarsoni opened this issue 1 year ago • 1 comments

When I ma running lightgcn model with negative and postive samples still it is saying 'negative_sample' parameter to be true. I want to make it false because I already have negative sample in my data.

rajanskumarsoni avatar Apr 23 '24 12:04 rajanskumarsoni

bpr loss belongs to pairwise loss, which is complicated to process with users providing both negative and positive samples. So it only supports negative sampling, see Caution in Loss.

massquantity avatar Apr 23 '24 13:04 massquantity