AUCROC Metric
#3599
Replies: 3 comments 3 replies
-
Hi @vikashg , That because in theory AUC metric can compute with all 0 or all 1 in any class of your labels, please confirm your label values. Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @Nic-Ma, Here is the code if it helps
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Further, if I break down the code
The above code works. However, if I use the aggregate method the code breaks down.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
While running the validation loop after an epoch I get the following error
In order to debug I printed the y_prediction and y_actual. which are as follows
As you can see that not all values are 0 or 1. I know that the AUCmetric has worked with floating point values, when I tried the 2D classification example in the tutorial section
Here is the evaluation section of the code
Any thoughts why the same kind of input is not working.
Beta Was this translation helpful? Give feedback.
All reactions