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

Metric retrieval recall at precision #951

Merged

Commits on Apr 9, 2022

  1. add metric retrieval as precision

    Anton Shevtsov committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    cb56a2a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    5e9e50d View commit details
    Browse the repository at this point in the history
  2. fix test

    Anton Shevtsov committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    dee6aad View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. add adaptive_k add parameters

    Anton Shevtsov committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8b97a39 View commit details
    Browse the repository at this point in the history
  2. test_test fixed

    enuk1dze committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    5804a12 View commit details
    Browse the repository at this point in the history
  3. del deprecated files

    Anton Shevtsov committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    2900c12 View commit details
    Browse the repository at this point in the history
  4. fix

    Anton Shevtsov committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    b11ba9a View commit details
    Browse the repository at this point in the history
  5. fix docs

    Anton Shevtsov committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    938f768 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a3a93e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    3ce17bf View commit details
    Browse the repository at this point in the history
  2. fix bugs

    Anton Shevtsov committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    47c588d View commit details
    Browse the repository at this point in the history
  3. added test sk_metric_function

    Anton Shevtsov committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    b6f5b5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6997fe View commit details
    Browse the repository at this point in the history
  5. WIP ~ added draft of test

    enuk1dze committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    e0ea387 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c42ba88 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. added tests retrieval recall at precision

    Anton Shevtsov committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    4d1049a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3830e0b View commit details
    Browse the repository at this point in the history
  3. added fix doctest

    Anton Shevtsov committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    e45d8a0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'metric_retrieval_recall_at_precision' of https://github…

    ….com/MrShevan/metrics into metric_retrieval_recall_at_precision
    Anton Shevtsov committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    9545a3c View commit details
    Browse the repository at this point in the history
  5. added torch max_k_range

    Anton Shevtsov committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    1654af4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    529d51f View commit details
    Browse the repository at this point in the history
  7. doctest

    Anton Shevtsov committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    11a6fcc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63346f1 View commit details
    Browse the repository at this point in the history
  9. fix auto max_k problem

    enuk1dze committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    a18c0fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d074b0 View commit details
    Browse the repository at this point in the history
  11. fix test min_precision_error

    Anton Shevtsov committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    7e8ffe0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

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

Commits on Apr 25, 2022

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

Commits on Apr 26, 2022

  1. added functional recall_precision_curve.py fixed value_error

    Anton Shevtsov committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    e5e3a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fd9c58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b6687b View commit details
    Browse the repository at this point in the history
  4. fixed pep8

    Anton Shevtsov committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    47fa721 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. bug fixed

    Anton Shevtsov committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    24c88f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    801fe93 View commit details
    Browse the repository at this point in the history
  3. added RetrievalPrecisionRecallCurve

    Anton Shevtsov committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    15c5870 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8539097 View commit details
    Browse the repository at this point in the history
  5. fixed doctest

    Anton Shevtsov committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    975116e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Update torchmetrics/retrieval/recall_precision.py

    Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
    MrShevan and SkafteNicki committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    3ac3bfc View commit details
    Browse the repository at this point in the history
  2. Update torchmetrics/retrieval/recall_precision.py

    Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
    MrShevan and SkafteNicki committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    acfafdb View commit details
    Browse the repository at this point in the history
  3. Update torchmetrics/retrieval/recall_precision.py

    Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
    MrShevan and SkafteNicki committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    be2ed5f View commit details
    Browse the repository at this point in the history
  4. Update torchmetrics/retrieval/recall_precision.py

    Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
    MrShevan and SkafteNicki committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    5f59f75 View commit details
    Browse the repository at this point in the history
  5. Update torchmetrics/retrieval/recall_precision.py

    Co-authored-by: Nicki Skafte Detlefsen <skaftenicki@gmail.com>
    MrShevan and SkafteNicki committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    7cd3cc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a4c5d1 View commit details
    Browse the repository at this point in the history
  7. bug fix

    Anton Shevtsov committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    f9d890d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'metric_retrieval_recall_at_precision' of https://github…

    ….com/MrShevan/metrics into metric_retrieval_recall_at_precision
    Anton Shevtsov committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    b78658b View commit details
    Browse the repository at this point in the history
  9. added dim_zero_cat

    Anton Shevtsov committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    2e835b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6295db7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d94f510 View commit details
    Browse the repository at this point in the history
  12. doctest

    Anton Shevtsov committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    f0aba5c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ebd9ee6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7d1437a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    9a98548 View commit details
    Browse the repository at this point in the history
  2. doctest

    Anton Shevtsov committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    b9d0877 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    901e9fe View commit details
    Browse the repository at this point in the history
  4. changelog

    SkafteNicki committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    b725e48 View commit details
    Browse the repository at this point in the history
  5. docs

    SkafteNicki committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    8cf1c7c View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    SkafteNicki committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    f9dd87f View commit details
    Browse the repository at this point in the history