Skip to content

Commit

Permalink
[doc] Fix the default value for lambdarank_pair_method. (#10098)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis authored Mar 11, 2024
1 parent b023a25 commit 06c9702
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/parameter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

* ``lambdarank_pair_method`` [default = ``mean``]
* ``lambdarank_pair_method`` [default = ``topk``]

How to construct pairs for pair-wise learning.

Expand All @@ -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``]
Expand Down

0 comments on commit 06c9702

Please sign in to comment.