Performance issues with classwise method on large imbalanced dataset - seeking methodology recommendations #677
Unanswered
jeandre-db
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, it's been a while since I worked on this, I'm not sure I can say something useful... FWIW:
You can check the code that @kosmitive wrote for the paper I linked above here. |
Beta Was this translation helpful? Give feedback.
1 reply
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 PyDVL team,
I am working on a data valuation project. I am encountering some challenges that I hope you can help me with.
Background:
I have implemented the classwise method for data valuation on my dataset. However, I am experiencing significant performance issues. The computation has been running for several hours and then it seems like it does not provide a value for all the samples in the dataset.
Dataset characteristics:
Is the classwise method the most appropriate choice for imbalanced datasets of this size?
I apologize if these are basic questions. I want to make sure I am approaching this correctly.
Any guidance would be greatly appreciated. Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions