tensorflow/ranking
A TensorFlow library implementing Learning-to-Rank algorithms with loss functions, ranking metrics, and scoring models.

Velocity · 7d
+1.0
★ / day
Trend
→steady
star history
TensorFlow Ranking is a specialized library for learning-to-rank problems built on TensorFlow. It provides commonly used loss functions (pointwise, pairwise, listwise), ranking metrics (MRR, NDCG), and scoring functions including LambdaLoss for direct ranking metric optimization. The library also supports unbiased learning-to-rank from biased feedback data and includes tools for handling sparse features and embeddings.