Skip to content

Tung M Phung's Blog

  • Home
  • About me

Tag: imbalanced data

Machine Learning - Data Mining, Preparatory PhaseLeave a comment

Imbalanced Learning: sampling techniques

May 24, 2020April 10, 2022 Tung.M.Phung

Various types of sampling techniques for imbalanced datasets are discussed in depth with examples and analysis. Get yourself familiar with over-/under-sampling, SMOTE, ADA-SYN, sampling with cleaning, boosting, clustering, and more. Continue reading Imbalanced Learning: sampling techniques

Classification Models, Machine Learning - Data MiningLeave a comment

Binary Classification Evaluation Summary

January 15, 2020July 31, 2020 Tung.M.Phung

This article attempts to summarize the popular evaluation metrics for binary classification problems. Continue reading Binary Classification Evaluation Summary

Classification Models, Machine Learning - Data MiningLeave a comment

Precision-Recall curve: an overview

January 12, 2020July 31, 2020 Tung.M.Phung

We introduce an alternative for the ROC: the Precision-Recall curve (PR-curve), which is a more reliable measurement for the cases when Positive samples are rare. Continue reading Precision-Recall curve: an overview

Classification Models, Machine Learning - Data MiningLeave a comment

ROC curve and AUC: a comprehensive overview

January 10, 2020July 31, 2020 Tung.M.Phung

The well-known ROC curve plot, the Area Under the ROC Curve (AUC), and its variants. Continue reading ROC curve and AUC: a comprehensive overview