Skip to content
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

Adds recall@k metric to rank eval API #52577

Merged
merged 2 commits into from
Feb 27, 2020
Merged

Adds recall@k metric to rank eval API #52577

merged 2 commits into from
Feb 27, 2020

Commits on Feb 26, 2020

  1. Adds recall@k metric to rank eval API

    This change adds the recall@k metric and refactors precision@k to match
    the new metric.
    
    Recall@k is an important metric to use for learning to rank (LTR)
    use-cases. Candidate generation or first ranking phase ranking functions
    are often optimized for high recall, in order to generate as many
    relevant candidates in the top-k as possible for a second phase of
    ranking. Adding this metric allows tuning that base query for LTR.
    
    See: #51676
    joshdevins committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    9f7db8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6f0027 View commit details
    Browse the repository at this point in the history