/Imbalance-dataset-handling

Experimenting different imbalance handling techniques with the credit card fault detection dataset

Primary LanguageJupyter Notebook

Imbalance-dataset-handling

experimented different techniques on a heavily imbalanced dataset (credit card fault detection)

  1. without handling any imbalance
  2. random undersampler
  3. random oversampler
  4. SMOTE