SMOTE: Synthetic Minority Over-sampling Technique, Nitesh V. Chawla, Kevin W. Bowyer, Lawrence O. Hall, W. Philip Kegelmeyer, 2002Journal of Artificial Intelligence Research, Vol. 16 (AI Access Foundation)DOI: 10.1613/jair.953 - Original research introducing the Synthetic Minority Over-sampling Technique (SMOTE) for addressing class imbalance.
imbalanced-learn: User Guide, The imbalanced-learn developers, 2024 - Official documentation for the Python library imbalanced-learn, detailing various resampling methods like SMOTE, undersampling techniques, and pipeline integration.
User Guide: Imbalanced data, The imbalanced-learn developers, 2025 - The scikit-learn user guide section that discusses strategies for handling imbalanced datasets, including the class_weight parameter and relevant evaluation metrics.