SMOTE for regression
I am looking into upsampling an imbalanced dataset for a regression problem (Numerical target variables) in python.
I attached paper and R package that implement SMOTE for regression, can anyone recommend a similar package in Python? Otherwise, what other methods can be use to upsample the numerical target variable?
smoteRegress: SMOTE algorithm for imbalanced regression problems
Update:
I found the following python library which implements Synthetic Minority Over-Sampling Technique for Regression with Gaussian Noise
Topic smotenc imbalanced-learn smote sampling r
Category Data Science