Skip to main content

GitHubActions Codecov CircleCI PythonVersion Pypi Gitter Black

imbalanced-learn

imbalanced-learn is a python package offering a number of re-sampling techniques commonly used in datasets showing strong between-class imbalance. It is compatible with scikit-learn and is part of scikit-learn-contrib projects.

Documentation

Installation documentation, API documentation, and examples can be found on the documentation.

Installation

Dependencies

imbalanced-learn requires the following dependencies:

  • Python (>= 3.10)

  • NumPy (>= 1.25.2)

  • SciPy (>= 1.11.4)

  • Scikit-learn (>= 1.4.2)

  • Pytest (>= 7.2.2)

Additionally, imbalanced-learn requires the following optional dependencies:

  • Pandas (>= 2.0.3) for dealing with dataframes

  • Tensorflow (>= 2.16.1) for dealing with TensorFlow models

  • Keras (>= 3.3.3) for dealing with Keras models

The examples will requires the following additional dependencies:

  • Matplotlib (>= 3.7.3)

  • Seaborn (>= 0.12.2)

Installation

From PyPi or conda-forge repositories

imbalanced-learn is currently available on the PyPi’s repositories and you can install it via pip:

pip install -U imbalanced-learn

The package is release also in Anaconda Cloud platform:

conda install -c conda-forge imbalanced-learn
From source available on GitHub

If you prefer, you can clone it and run the setup.py file. Use the following commands to get a copy from Github and install all dependencies:

git clone https://github.com/scikit-learn-contrib/imbalanced-learn.git
cd imbalanced-learn
pip install .

Be aware that you can install in developer mode with:

pip install --no-build-isolation --editable .

If you wish to make pull-requests on GitHub, we advise you to install pre-commit:

pip install pre-commit
pre-commit install

Testing

After installation, you can use pytest to run the test suite:

make coverage

Development

The development of this scikit-learn-contrib is in line with the one of the scikit-learn community. Therefore, you can refer to their Development Guide.

Endorsement of the Scientific Python Specification

We endorse good practices from the Scientific Python Ecosystem Coordination (SPEC). The full list of recommendations is available here.

See below the list of recommendations that we endorse for the imbalanced-learn project.

SPEC 0 — Minimum Supported Dependencies

About

If you use imbalanced-learn in a scientific publication, we would appreciate citations to the following paper:

@article{JMLR:v18:16-365,
author  = {Guillaume  Lema{{\^i}}tre and Fernando Nogueira and Christos K. Aridas},
title   = {Imbalanced-learn: A Python Toolbox to Tackle the Curse of Imbalanced Datasets in Machine Learning},
journal = {Journal of Machine Learning Research},
year    = {2017},
volume  = {18},
number  = {17},
pages   = {1-5},
url     = {http://jmlr.org/papers/v18/16-365}
}

Most classification algorithms will only perform optimally when the number of samples of each class is roughly the same. Highly skewed datasets, where the minority is heavily outnumbered by one or more classes, have proven to be a challenge while at the same time becoming more and more common.

One way of addressing this issue is by re-sampling the dataset as to offset this imbalance with the hope of arriving at a more robust and fair decision boundary than you would otherwise.

You can refer to the imbalanced-learn documentation to find details about the implemented algorithms.

Release files for imbalanced-learn 0.14.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for imbalanced-learn 0.14.2
File Size Uploaded
imbalanced_learn-0.14.2.tar.gz 19.2 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for imbalanced-learn 0.14.2
File Interpreter ABI Platform
imbalanced_learn-0.14.2-py3-none-any.whl Python 3 none any Details

Total release size: 19.4 MB

Release files / imbalanced_learn-0.14.2.tar.gz

Download URL imbalanced_learn-0.14.2.tar.gz
Size 19.2 MB
Tags Source
SHA-256 checksum
How to use checksums
f80ce7eafbcece8686e32571bd12978546c729c3f277215bead61a906ce9afe4
BLAKE2b-256 checksum
How to use checksums
ad35d12fc1e8e2c2d8862104c4527641fe2d839324c50db0e6340dc73513faba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.12

Release files / imbalanced_learn-0.14.2-py3-none-any.whl

Download URL imbalanced_learn-0.14.2-py3-none-any.whl
Size 236.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
f9b81c47231aa1e3a71a1e4b3cc85b42e3b14f85e3a36922f3323c4da23605ef
BLAKE2b-256 checksum
How to use checksums
9154760ccac7d8feeea0c191767a6b025d3ca5014084443ff48afb6fb24ef056
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.12

Release history Release notifications | RSS feed

This release

0.14.2 This release

2 release files

0.14.1

2 release files

0.14.0

2 release files

0.13.0

2 release files

0.12.3

2 release files

0.12.2

2 release files

0.12.1

2 release files

0.12.0

2 release files

0.10.1

2 release files

0.9.1

2 release files

0.9.0

2 release files

0.8.1

2 release files

0.8.0

2 release files

0.7.0

2 release files

0.6.2

2 release files

0.6.1

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.3

2 release files

0.4.2

2 release files

0.4.1

2 release files

0.4.0

2 release files

0.3.3

2 release files

0.3.2

2 release files

0.3.1

2 release files

0.3.0

3 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.9

2 release files

0.1.8

2 release files

0.1.7

2 release files

0.1.6

2 release files

0.1.5

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page