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

ENH Add ranking metrics #974

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

ENH Add ranking metrics #974

wants to merge 19 commits into from

Commits on Oct 6, 2021

  1. Added exposure and utility

    Metrics for evaluating rankings
    bram49 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    b7320c6 View commit details
    Browse the repository at this point in the history
  2. Error fix

    bram49 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    c83bb33 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    58684c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Update guide for rankings

    bram49 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    250113b View commit details
    Browse the repository at this point in the history
  2. Add code example ranking

    bram49 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    1c0b23e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Add reference

    bram49 committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    3f5efaf View commit details
    Browse the repository at this point in the history
  2. Small fixes

    bram49 committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    31c6ae6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. DOC feedback Hilde

    Documentation improvements
    bram49 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    4a00ebf View commit details
    Browse the repository at this point in the history
  2. Add ranking example notebook

    bram49 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    60dc08e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. DOC improved example notebook

    Based on Hilde's review
    bram49 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    75e9efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a8ed1f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Rename exposure metrics

    "exposure allocation" is now called "exposure"
    "exposure_utility_ratio" is now called "proportional exposure"
    bram49 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    f185034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16bc945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba9db5c View commit details
    Browse the repository at this point in the history
  4. Handling zero division errors

    bram49 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    ebb8be2 View commit details
    Browse the repository at this point in the history
  5. Rounding test case results

    bram49 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    fc057b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Feedback Hilde

    bram49 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    971128e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Update test/unit/metrics/test_exposure.py

    Co-authored-by: Roman Lutz <romanlutz13@gmail.com>
    bram49 and romanlutz committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    6889aba View commit details
    Browse the repository at this point in the history
  2. Update test/unit/metrics/test_exposure.py

    Co-authored-by: Roman Lutz <romanlutz13@gmail.com>
    bram49 and romanlutz committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    c1a5458 View commit details
    Browse the repository at this point in the history