Closed kowaalczyk closed 5 years ago
Use imblearn.smote, as demonstrated in this kernel: https://www.kaggle.com/cttsai/smote-on-lgbm-w-ideas-from-kernels-and-discussion
Make sure to implement it so that it is only used in the LGBM pipeline, not in other models.
Use imblearn.smote, as demonstrated in this kernel: https://www.kaggle.com/cttsai/smote-on-lgbm-w-ideas-from-kernels-and-discussion
Make sure to implement it so that it is only used in the LGBM pipeline, not in other models.