stat_scores
vs confusion_matrix
, what's the differences?
#3063
Unanswered
ZhiyuanChen
asked this question in
Classification
Replies: 1 comment
-
|
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.
-
The returns of
stat_scores
aretp, fp, tn, fn
, which is basically a flattened version of confmat.What's the differences between them? Why do we need two functions for the same functionality?
Beta Was this translation helpful? Give feedback.
All reactions