Unbiased_LambdaMart icon indicating copy to clipboard operation
Unbiased_LambdaMart copied to clipboard

Question about `position_bins`

Open robhowley opened this issue 4 years ago • 0 comments

Hi,

I'm trying to understand the implementation differences between this repo and lightgbm. Does

position_bins = 12       : this denotes the maximum positions taken into account.

effectively serve the same as lambdarank_truncation_level in the newer releases of lightgbm? Looks like they each cap the number of results from a given query we look at. Wanted to confirm.

robhowley avatar Feb 05 '21 16:02 robhowley