Data ·6 Apr 2022, 17:39· edited 1 minute later·3
How are you handling the imbalanced dataset? Does the use of oversampling and undersampling techniques prove to be beneficial in creating a better model?
Yes. Oversampling and undersampling are great techniques for handling imbalanced datasets. However, you may not use these techniques in this challenge since it is a regression problem.
Yes. Oversampling and undersampling are great techniques for handling imbalanced datasets. However, you may not use these techniques in this challenge since it is a regression problem.
Alright then, thanks.
Use SMOTE