I have a dataset with only positive implicit feedbacks and I would like to train a ranking model on these data.
How to use negative sampling with ranking models ?
Thanks.
We have a class, called InBatchNegatives, where the positive samples within a batch are used as negative samples. You can check this page for the unit tests.
❓ Questions & Help
Details
I have a dataset with only positive implicit feedbacks and I would like to train a ranking model on these data. How to use negative sampling with ranking models ? Thanks.