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

Mean Average Precision metric for Information Retrieval (1/5) #5032

Merged
merged 91 commits into from
Mar 15, 2021
Merged

Mean Average Precision metric for Information Retrieval (1/5) #5032

merged 91 commits into from
Mar 15, 2021

Commits on Dec 6, 2020

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

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    d3628d7 View commit details
    Browse the repository at this point in the history
  2. added 'Retrieval' prefix to metrics and fixed conflict with already-p…

    …resent 'average_precision' file
    lucadiliello committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    3ada9d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e813c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ba0907 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e27d9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f44e8ad View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. pep8 code compatibility

    lucadiliello committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    97ff6fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02efdca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37bb722 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed5c940 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

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

Commits on Dec 10, 2020

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

Commits on Dec 12, 2020

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

Commits on Dec 14, 2020

  1. improved doc, put first class-specific args in RetrievalMetric and tr…

    …ansformed RetrievalMetric in abstract class
    lucadiliello committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    4e3d551 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c9cbec View commit details
    Browse the repository at this point in the history
  3. implemented tests for functional and class metric. fixed typo when in…

    …put tensors are empty or when all targets are False
    lucadiliello committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    d590873 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    26fd58d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8d21ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6387b2b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. RetrievalMetric states are not lists and _metric method accepts predi…

    …ctions and targets for easier extension
    lucadiliello committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    19908e3 View commit details
    Browse the repository at this point in the history
  2. updated CHANGELOG file

    lucadiliello committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    3dc9b87 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

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

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    ddc9162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1d43e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    023dab4 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Update CHANGELOG.md

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    lucadiliello and Borda authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    3d9c35b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fc3bbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3750736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5893b81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26c9178 View commit details
    Browse the repository at this point in the history
  6. split tests over exception raising in separate function && refactored…

    … test code into multiple functions
    lucadiliello committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    6f24578 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    751e5dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    415f4aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b42ac4a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    7bb8c50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1776025 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

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

Commits on Jan 11, 2021

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

Commits on Jan 12, 2021

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

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    be8bd6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3423d6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dc01bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11b09de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4ea1bd View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

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

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    2ff7b54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02025da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6727f3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01c445b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    d0884ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    941d54b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37bbaa8 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    10f0399 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df44b3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2bc2c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d531042 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    e71a1ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16d3fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fed4f9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6aa43b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    234ec16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3372fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9814fff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c5453a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    267f2be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d36c03d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3db90ec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e39604c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    148cef3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Configuration menu
    Copy the full SHA
    2f98b1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53975f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    183b931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f802ec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dddb812 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd7265b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8ad096 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da10232 View commit details
    Browse the repository at this point in the history
  7. fixed typo in doc

    lucadiliello committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    c32f6b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4dd851a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a06064 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06c13b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57d8cf5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    83cb598 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    c89facf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d88ff14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2b7521 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee33609 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98ae98a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

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

Commits on Mar 2, 2021

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