You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The document says that the default value of lambdarank_pair_method is mean, but the next code snipts show that the default value is topk. The following code runs in version '2.1.0-dev'.
One more thing, the default value of parameter lambdarank_normalization mentioned in #9625 is True. In order to be keep compatible with the old version, I think maybe it should be False.
The text was updated successfully, but these errors were encountered:
You are using the training matrix for validation in the provided snippet, if the training stagnates due to normalization, then the score doesn't change.
Anyway, now that you can optionally disable the normalization, I think the issue is resolved. Feel free to tune the parameter for your case.
The document says that the default value of
lambdarank_pair_method
ismean
, but the next code snipts show that the default value istopk
. The following code runs in version'2.1.0-dev'
.keep default
use
topk
use
mean
:One more thing, the default value of parameter
lambdarank_normalization
mentioned in #9625 isTrue
. In order to be keep compatible with the old version, I think maybe it should beFalse
.The text was updated successfully, but these errors were encountered: