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

Add ranking task type #561

Closed
wants to merge 27 commits into from
Closed

Add ranking task type #561

wants to merge 27 commits into from

Commits on Apr 23, 2024

  1. add static typing

    ntlind committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a7f7336 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    a417932 View commit details
    Browse the repository at this point in the history
  2. pass functional tests

    ntlind committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    1defc4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bec121 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. write MRR SQL statements

    ntlind committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    efd627c View commit details
    Browse the repository at this point in the history
  2. pass MRR functional tests

    ntlind committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ce5fe60 View commit details
    Browse the repository at this point in the history
  3. add label_maps for MRR

    ntlind committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f5f6925 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. add precision@k

    ntlind committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7d1608e View commit details
    Browse the repository at this point in the history
  2. add ap@k and map@k

    ntlind committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4994807 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    2af473a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f92634d View commit details
    Browse the repository at this point in the history
  3. fix precision@k

    ntlind committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fbf9f6c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. implement recall metrics

    ntlind committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    630da54 View commit details
    Browse the repository at this point in the history
  2. refactor

    ntlind committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a2bfa82 View commit details
    Browse the repository at this point in the history
  3. add detailed integration tests

    ntlind committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9b1ee2a View commit details
    Browse the repository at this point in the history
  4. add error case tests

    ntlind committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c4de291 View commit details
    Browse the repository at this point in the history
  5. fix type error

    ntlind committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6947103 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b30f732 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. check error cases

    ntlind committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d9d8663 View commit details
    Browse the repository at this point in the history
  2. add docs

    ntlind committed May 1, 2024
    Configuration menu
    Copy the full SHA
    055f751 View commit details
    Browse the repository at this point in the history
  3. fix integration test

    ntlind committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3c454cd View commit details
    Browse the repository at this point in the history
  4. fix comments

    ntlind committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f60cdc9 View commit details
    Browse the repository at this point in the history
  5. add more doc improvements

    ntlind committed May 1, 2024
    Configuration menu
    Copy the full SHA
    71d4421 View commit details
    Browse the repository at this point in the history
  6. Update docs/index.md

    Co-authored-by: Eric O. Korman <eric.korman@gmail.com>
    ntlind and ekorman committed May 1, 2024
    Configuration menu
    Copy the full SHA
    16ca2a4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 10, 2024

  1. add start of example notebook

    ntlind committed May 10, 2024
    Configuration menu
    Copy the full SHA
    307c145 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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