Replies: 2 comments
-
Ah, yes, good point. So the weight would be for the task, not the class label. Class 0 would still be weighted in a sense, since if you consider it as p(y > 0), the answer is Yes or No. So, the task weight here affects both class 0 and class 1. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I was wondering if that's a good way of calculating importance weights for the tasks:
What do you guys think? |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thank you so much for your work!
I am trying to use the coral loss function with an unbalanced dataset. Then, I suppose weight importance is for that however the input data have to be sized n_classes -1. I suppose class 0 can not be weighted. Am I right?
However, class 0 is the smallest one! Do you have some suggestions?
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions