Research Article Open Access

Data Analytics for Imbalanced Dataset

Madhura Prabha R1 and Sasikala S1
  • 1 Department of Computer Science, University of Madras, Chennai, India

Abstract

The primary issue in real-time big data classification is imbalanced datasets. Even though we have many balancing techniques to reduce imbalance ratio which is not suitable for big data that has scalability issues. This study is envisioned to explore different balancing techniques with experimental study. We tried comparing the effectiveness of various balancing strategies, including cutting-edge approaches for severely unbalanced data from online repositories. Here we apply SMOTE, SMOTE ENN and SMOTE Tomek balancing algorithms for dermatology, wine quality and diabetes datasets. After balancing the dataset, the balanced dataset is classified with AdaBoost and random forest algorithms. On three datasets, the outcomes show that the classification algorithm with the balancing technique improves the classification performance for imbalanced datasets. Experiment results showed that the SMOTE ENN technique produces higher classification with accuracy than the SMOTE and SMOTE Tomek techniques. The findings are analyzed with other factors like execution time and scalability. Though SMOTE Tomek produces 1.0 for a few datasets, its execution time is longer than SMOTE ENN. Therefore, SMOTE ENN with random forest classification produces 1.0 accuracy for all three datasets with less execution time. This experimental study analyses to create a novel ensemble technique for balancing highly imbalanced data.

Journal of Computer Science
Volume 20 No. 2, 2024, 207-217

DOI: https://doi.org/10.3844/jcssp.2024.207.217

Submitted On: 27 January 2023 Published On: 11 January 2024

How to Cite: R, M. P. & S, S. (2024). Data Analytics for Imbalanced Dataset. Journal of Computer Science, 20(2), 207-217. https://doi.org/10.3844/jcssp.2024.207.217

  • 734 Views
  • 444 Downloads
  • 0 Citations

Download

Keywords

  • Imbalanced Dataset
  • Balancing
  • Irregular Case
  • Scalability
  • Multi-Class
  • SMOTE
  • SMOTE Tomek
  • SMOTE ENN