Skip to content

Feat/metrics precision recall #1609

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

Merged
merged 3 commits into from
Oct 18, 2024
Merged

Conversation

LinasKo
Copy link
Contributor

@LinasKo LinasKo commented Oct 18, 2024

Description

Added Precision and Recall metrics.
Added missing documentation and examples for other metrics. Added
Added Common Values section, documenting metric enums.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How has this change been tested, please provide a testcase or example of how you tested the change?

Colab

Any specific deployment considerations

Docs

  • Docs updated? Yes.

@LinasKo
Copy link
Contributor Author

LinasKo commented Oct 18, 2024

Note: the mAP values in the Colab are very suspicious. Treating missing values as 0 might be having an impact after all.

@LinasKo
Copy link
Contributor Author

LinasKo commented Oct 18, 2024

I verified that Precision and Recall values make up the F1 score. The plotting looks alright.

There are a few runtime warnings when averaging the results with MICRO and WEIGHTED, but the results is correct. Let's leave that for the future.

@LinasKo LinasKo merged commit ea776b5 into develop Oct 18, 2024
10 checks passed
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.

1 participant