-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to optimize for NDCG at a given truncation level #3425
Merged
Commits on Sep 30, 2020
-
Add support to optimize for NDCG at a given truncation level
In order to correctly optimize for NDCG@_k_, one should exclude pairs containing both documents beyond the top-_k_ (as they don't affect NDCG@_k_ when swapped).
Configuration menu - View commit details
-
Copy full SHA for 16955e0 - Browse repository at this point
Copy the full SHA 16955e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d938551 - Browse repository at this point
Copy the full SHA d938551View commit details
Commits on Oct 9, 2020
-
Apply suggestions from code review
Co-authored-by: Guolin Ke <guolin.ke@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for b2736e6 - Browse repository at this point
Copy the full SHA b2736e6View commit details -
remove the additional branching: get high_rank and low_rank by one "if".
Configuration menu - View commit details
-
Copy full SHA for 9e3cc2b - Browse repository at this point
Copy the full SHA 9e3cc2bView commit details
Commits on Oct 20, 2020
-
add description to lambdarank_truncation_level parameter
Configuration menu - View commit details
-
Copy full SHA for c7890dc - Browse repository at this point
Copy the full SHA c7890dcView commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7f36817 - Browse repository at this point
Copy the full SHA 7f36817View commit details
Commits on Oct 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4d7183b - Browse repository at this point
Copy the full SHA 4d7183bView commit details -
update expected NDCG value for a test, as it was affected by the underlying change in the algorithm
Configuration menu - View commit details
-
Copy full SHA for c15423f - Browse repository at this point
Copy the full SHA c15423fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e98bd4 - Browse repository at this point
Copy the full SHA 8e98bd4View commit details
Commits on Oct 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a06485a - Browse repository at this point
Copy the full SHA a06485aView commit details
Commits on Oct 25, 2020
-
Merge pull request #1 from jameslamb/fix/r-ltr-tests
fix R learning-to-rank tests
Configuration menu - View commit details
-
Copy full SHA for c51fb3a - Browse repository at this point
Copy the full SHA c51fb3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bfc652 - Browse repository at this point
Copy the full SHA 7bfc652View commit details -
Configuration menu - View commit details
-
Copy full SHA for af2fe37 - Browse repository at this point
Copy the full SHA af2fe37View commit details
Commits on Oct 26, 2020
-
Update include/LightGBM/config.h
Co-authored-by: Guolin Ke <guolin.ke@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for b6bd92f - Browse repository at this point
Copy the full SHA b6bd92fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e73d3db - Browse repository at this point
Copy the full SHA e73d3dbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.