Replies: 1 comment 1 reply
-
Hello, is there anyone who knows the answer? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am computing a confusion matrix using torch lightning and torch metrics. What are the axis used by the library?
Which of the following two options is used?
true (aka actual)
; a-axis label ispredicted
https://scikit-learn.org/0.20/_images/sphx_glr_plot_confusion_matrix_001.png )predicted
; x-axis label istrue (aka actual)
(example https://i.stack.imgur.com/xazfA.png )I think Option 1 is much more common. However, I'd like for anyone to confirm that this is the case for torch metrics.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions