YyzHarry / imbalanced-regression

[ICML 2021, Long Talk] Delving into Deep Imbalanced Regression
http://dir.csail.mit.edu
MIT License
806 stars 128 forks source link

On the implementation of SMOTER and SMOGN algorithms in the paper #33

Closed GXNU156489 closed 1 year ago

GXNU156489 commented 1 year ago

@YyzHarry Hello, I would like to ask, how did you implement the SMOTER and SMOGN algorithms in the paper? Are there parameters in the code to call them?

YyzHarry commented 1 year ago

Hi - thanks for your interest. For SMOGN, the interpolation is done in the input space.

More details regarding SMOGN can be found in Section C.1 in our paper.