classification for task='multiclass',num_classes=2
vs task='binary'
#3140
Unanswered
xuejian64
asked this question in
Classification
Replies: 1 comment
-
When When |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I calculate acc, f1, recall, etc. using function parameters (task='class', num_classes=2), all the metrics obtained are equal, while the metrics obtained using parameters (task='binary ') are different. Is this a bug
Beta Was this translation helpful? Give feedback.
All reactions