YyzHarry / imbalanced-semi-self

[NeurIPS 2020] Semi-Supervision (Unlabeled Data) & Self-Supervision Improve Class-Imbalanced / Long-Tailed Learning
https://arxiv.org/abs/2006.07529
MIT License
736 stars 116 forks source link

How to apply to traditional ML techniques such as lightgbm? #12

Closed tangwudu closed 11 months ago

tangwudu commented 3 years ago

As indicated by the question, is it possible to apply your method to traditional machine learning techniques and how?

YyzHarry commented 3 years ago

Hi - thank you for your interest! Sorry for the late reply as there were some major deadlines around.

For your question, the overall answer should be mostly yes --- since the two methods should be independent of the learning technique itself. However, I believe there are also some case-by-case restrictions:

Hope this helps!