candidate_ranking
Classes
Base class for collecting features for candidates user-item pairs. |
|
|
A class responsible for generating recommendation candidates using a specified model. |
|
Candidate Ranking Model for recommendation systems. |
|
A protocol that defines the interface for a classifier model. |
A base class for negative sampling. |
|
|
A negative sampler that samples a specified number of negative examples per user from the training data. |
|
A protocol that defines the interface for a ranker model. |
|
A class used to re-rank candidates from first stage using ranking model. |