Hi
My binary classification problem is imbalanced. (In 5% of the cases the outcome occurs)
I used SMOTE for the variable selection and training of the model.
SMOTE derives from the paper in the link above.
In this paper mentioned it is written: "a combination with
the method of over-sampling
the
minority class and under-sampling the majority class can
achieve better classifier performance than only
under-sampling the majority class."
My question now is: Is applying SMOTE not sufficient to address the imbalanced problem.Or do I need to add aditionally an operator for "under-sampling the majority class"?