Using ndcg_exp_gain=False for non-exponential nDCG loss in XGBoost rank:ndcg #11490
Unanswered
HemakshiShardha
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using XGBoost version 3.0.0 to train a Learning to Rank model with the
rank:ndcg
objective. I would like to train the model using the non-exponential (linear gain) version of the nDCG listwise loss, so I set the parameter:ndcg_exp_gain = False
I’m posting to confirm a couple of things:
Any clarification or best practices would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions