Replies: 2 comments 3 replies
-
Hi @al3ms, You don't need to call
|
Beta Was this translation helpful? Give feedback.
3 replies
-
refer to this one. |
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.
-
Hello,
I have to include confusion matrices such as sensitivity, precision, etc., in my project, but I am struggling with using such basic functions. I searched for examples, but I didn't find any. As I understand from the document, there are two functions that I have to apply.
1- get_confusion_matrix
2- ConfusionMatrixMetric
-I get the error: 'list' object has no attribute 'shape' when executing the first function.
-For the second function, as I understand, it needs the output of the first function (confusion_matrix). Am I right? I tried to run it without this parameter, and I got this value:
What are those values? Are those the expected output of the get_confusion_matrix function?
Anyone could help me with a correct code to calculate sensitivity and precision.
Thanks a lot.
This is my code:
Beta Was this translation helpful? Give feedback.
All reactions