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] macro and weighted average metrics for seqeval #539

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

imvladikon
Copy link

Hi everyone!

I've noticed that seqeval module doesn't return weighted and macro metrics, but sometimes it's good to get them back. On the another hand, seqeval library calculates them.
So, the thing is only in pop (remove) metrics out in the evaluate library.

Default previous behavior:
removing "macro" and "weighted" metrics

report.pop("macro avg")
report.pop("weighted avg")

Current behavior:
Add them as supplement metrics into final metrics dictionary

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

1 participant