Replies: 1 comment
-
|
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
-
Hi,
Thank you so much for providing this wonderful package. I have recently been working on Edge classification and Node classification. It is binary classification but the dataset is quite imbalanced. So I would like to use
ImbalancedSampler
to preprocess the train dataset. But I faced two issues:(1) Edge classification.
How to use
ImbalancedSampler
to process the train dataset for edge classification? I did theseBut it returns this error:

It looks like
ImbalancedSampler
is based on Graph classification. So, how to useImbalancedSampler
to process the train dataset for edge?(2) Node classification.
How to use
ImbalancedSampler
to process the train dataset for node classification? I did theseThis looks like for each data rather than the whole dataset. So, how to use
ImbalancedSampler
to process the train dataset for nodes?Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions