Skip to content
#

class-imbalance

Here are 126 public repositories matching this topic...

This repository contains the code, documentation, and datasets for a comprehensive exploration of machine learning techniques to address class imbalance. The project investigates the impact of various methods, like ADASYN, KMeansSMOTE, and Deep Learning Generator, on classification performance while effectively demonstrating benefits of pipelining.

  • Updated Jul 15, 2024
  • Jupyter Notebook

Most existing classification approaches assume the underlying training set is evenly distributed but many real-world classification problems have an imbalanced class distribution, such as rare disease identification, fraud detection, spam detection, churn prediction, electricity theft & pilferage etc.

  • Updated Nov 27, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the class-imbalance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the class-imbalance topic, visit your repo's landing page and select "manage topics."

Learn more