[doc] Fix the default value for lambdarank_pair_method. (#10098)

This commit is contained in:
Jiaming Yuan 2024-03-11 14:53:17 +08:00 committed by GitHub
parent b023a253b4
commit 06c9702028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 </tutorials/learning_to_rank>` for an in-depth explanation. These are parameters specific to learning to rank task. See :doc:`Learning to Rank </tutorials/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. 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``] * ``lambdarank_normalization`` [default = ``true``]
.. versionadded:: 2.1.0
Whether to normalize the leaf value by lambda gradient. This can sometimes stagnate the training progress. Whether to normalize the leaf value by lambda gradient. This can sometimes stagnate the training progress.
* ``lambdarank_unbiased`` [default = ``false``] * ``lambdarank_unbiased`` [default = ``false``]