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 recall_score function in Ivy with Test #27986

Merged
merged 17 commits into from
Feb 25, 2024

Commits on Jan 22, 2024

  1. Implement recall_score function with Ivy integration

    This commit introduces the recall_score function, which calculates recall for binary or multilabel classification using Ivy's framework. The function supports micro, macro, and binary averaging, as well as the optional use of sample weights. Additionally, the code includes appropriate comments for better readability and understanding.
    muzakkirhussain011 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    71023ef View commit details
    Browse the repository at this point in the history
  2. Add test for recall_score function

    This commit includes a test for the recall_score function, leveraging the Hypothesis library. The test checks the integration of Ivy's recall_score with the specified backend and frontend configurations, covering various input scenarios. The test logic ensures appropriate handling of data types, values, and optional parameters such as 'average' and 'sample_weight'.
    muzakkirhussain011 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f084e42 View commit details
    Browse the repository at this point in the history
  3. 🤖 Lint code

    ivy-branch committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e328f8a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    41a0d73 View commit details
    Browse the repository at this point in the history
  2. 🤖 Lint code

    ivy-branch committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    28c51af View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    dc2da17 View commit details
    Browse the repository at this point in the history
  2. 🤖 Lint code

    ivy-branch committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    dec1eeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f333e74 View commit details
    Browse the repository at this point in the history
  4. 🤖 Lint code

    ivy-branch committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    155c0aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df5e1e View commit details
    Browse the repository at this point in the history
  6. 🤖 Lint code

    ivy-branch committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1dc66d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6b1546 View commit details
    Browse the repository at this point in the history
  8. 🤖 Lint code

    ivy-branch committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6bb3b06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b73b16 View commit details
    Browse the repository at this point in the history
  10. 🤖 Lint code

    ivy-branch committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    154519b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ccadb93 View commit details
    Browse the repository at this point in the history
  12. 🤖 Lint code

    ivy-branch committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b9990d3 View commit details
    Browse the repository at this point in the history