From 06c97020281b188b59c2137e24fc5826ad2a691b Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Mon, 11 Mar 2024 14:53:17 +0800 Subject: [PATCH] [doc] Fix the default value for `lambdarank_pair_method`. (#10098) --- doc/parameter.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/parameter.rst b/doc/parameter.rst index abd5f39d5e69..00f0eaea6193 100644 --- a/doc/parameter.rst +++ b/doc/parameter.rst @@ -489,7 +489,7 @@ Parameters for learning to rank (``rank:ndcg``, ``rank:map``, ``rank:pairwise``) These are parameters specific to learning to rank task. See :doc:`Learning to Rank ` for an in-depth explanation. -* ``lambdarank_pair_method`` [default = ``mean``] +* ``lambdarank_pair_method`` [default = ``topk``] How to construct pairs for pair-wise learning. @@ -502,6 +502,8 @@ These are parameters specific to learning to rank task. See :doc:`Learning to Ra * ``lambdarank_normalization`` [default = ``true``] + .. versionadded:: 2.1.0 + Whether to normalize the leaf value by lambda gradient. This can sometimes stagnate the training progress. * ``lambdarank_unbiased`` [default = ``false``]