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

Rework the MAP metric. #8931

Merged
merged 5 commits into from
Mar 22, 2023
Merged

Rework the MAP metric. #8931

merged 5 commits into from
Mar 22, 2023

Commits on Mar 16, 2023

  1. Rework the MAP metric.

    - The new implementation is more restricted as only binary label is accepted. The previous
    implementation converts value greater than 1 as 1.
    - Deterministic GPU. (no atomic add).
    - Precise definition of MAP.
    trivialfis committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    8755f84 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. fix qid test.

    trivialfis committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    d077f8b View commit details
    Browse the repository at this point in the history
  2. Fix sklearn test.

    trivialfis committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a40426a View commit details
    Browse the repository at this point in the history
  3. black.

    trivialfis committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ea66486 View commit details
    Browse the repository at this point in the history
  4. Port GPU test changes.

    trivialfis committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b596c71 View commit details
    Browse the repository at this point in the history