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 warning when metrics scores overwrite each other. #1069

Closed
yoavkatz opened this issue Jul 28, 2024 · 1 comment
Closed

Add warning when metrics scores overwrite each other. #1069

yoavkatz opened this issue Jul 28, 2024 · 1 comment

Comments

@yoavkatz
Copy link
Member

Right now , metrics score overwrite each other (Not referring to the 'score' and 'score_name' , but two metrics can have the same 'f1' score.

Users find it confusing. We should at first step make this into a warning.

"Metric 'token_overlap' has the same score as another metric in the metrics list ['token_overlap', 'macro_f1'] . To avoid overwriting the value , add a score_prefix to the metric (e.g. score_prefix="token_overlap_") . For more information, see ... "

@dafnapension
Copy link
Collaborator

Resolved with PR #1124

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

No branches or pull requests

2 participants