8000 Typo in README of confusion_matrix, and suggestion to specify valid values for `normalize` · Issue #652 · huggingface/evaluate · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Typo in README of confusion_matrix, and suggestion to specify valid values for normalize #652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and c 95A2 ontact 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

Open
dantp-ai opened this issue Dec 10, 2024 · 0 comments · May be fixed by #653
Open

Typo in README of confusion_matrix, and suggestion to specify valid values for normalize #652

dantp-ai opened this issue Dec 10, 2024 · 0 comments · May be fixed by #653

Comments

@dantp-ai
Copy link

In the Output Values section are some typos:

"""
Minimum possible value is 0. Maximum possible value is 1.0,
or the number of examples input, if normalize is set to True.
"""

The corrections are in bold:

"""
Minimum possible value is 0. Maximum possible value is 1.0,
or the number of examples in the input, if normalize is set to None (default).
"""

Additionally, I would specify in the Inputs section the permitted values for normalize: {'pred', 'all', 'true'} or None.

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 a pull request may close this issue.

1 participant
0