Imbalanced classification
I've tried all kind of oversampling undersampling techniques and I've tried also weighted Xgboost ( the model I'm trying to improve) I couldn't surpass a very Bad F1 score : 0.09 What should I do
Topic imbalanced-learn smote xgboost random-forest machine-learning
Category Data Science