LambdaMART

Stub. Created as a placeholder — expand with vault-sourced content.

Definition

LambdaMART (Burges, 2010) is the dominant production Learning to Rank algorithm. It combines MART (Multiple Additive Regression Trees = gradient-boosted decision trees) with LambdaRank gradients, where the gradient of each pairwise swap is weighted by its impact on a ranking metric (typically NDCG).

Vault references (existing coverage)

TODO

Implementations & Serving

  • Libraries: LightGBM, XGBoost, CatBoost (all handle missing feature values natively), RankLib
  • Serving: Metarank — open-source service that trains and serves LambdaMART as a secondary re-ranker