-
Hey, is there any research on node classification with imbalanced classes? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
In general, people are using weighted cross entropy on imbalanced classes (based on the class distribution). However, your idea sounds super interesting. I'm not aware of any research paper that applies such training objective, so it's use-cases still need to be verified :) |
Beta Was this translation helpful? Give feedback.
In general, people are using weighted cross entropy on imbalanced classes (based on the class distribution). However, your idea sounds super interesting. I'm not aware of any research paper that applies such training objective, so it's use-cases still need to be verified :)