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

Compute classification metrics locally via numpy #651

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from

Conversation

ntlind
Copy link
Collaborator

@ntlind ntlind commented Jul 3, 2024

Improvements

  • Use arrays instead of looping over grouper keys / values
  • Rewrite all metrics in numpy vs sqlalchemy

Benchmarks

GitHub Runner Classification

image

GitHub Runner Object Detection

image

TODOs Before Merging

  • Implement PR curves for classification tasks
  • Implement DetailedPrecisionRecallCurve for both tasks
  • Delete unneeded helper functions. Convert functional tests where necessary
  • Solve pyright issues with pandas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants