Skip to main content

Toolbox for imbalanced dataset in machine learning

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imbalanced_learn-0.14.1.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

imbalanced_learn-0.14.1-py3-none-any.whl (235.4 kB view details)

Uploaded Python 3

File details

Details for the file imbalanced_learn-0.14.1.tar.gz.

File metadata

  • Download URL: imbalanced_learn-0.14.1.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for imbalanced_learn-0.14.1.tar.gz
Algorithm Hash digest
SHA256 46eeb5773a96b6fa92426356da66f3e4390a7ed8e715a633c6fb68ee4a3ccdcb
MD5 beb3be78f91a5e58e0711caf1de68e73
BLAKE2b-256 c17df1384d3c0eefb5531b4dc05c191aba260f78e4d4bdd31a0c2a3394de5c8d

See more details on using hashes here.

File details

Details for the file imbalanced_learn-0.14.1-py3-none-any.whl.

File metadata

File hashes

Hashes for imbalanced_learn-0.14.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fcdff8d27870d6992ea3496230788b97ff98e24302e7f6c598701da525ae440f
MD5 e76dff094bf81d7301b31e2c62b9ab93
BLAKE2b-256 c7b556f1ceb568676c0231d12b2fed17ebfd606dd1f627e7372aaed5dd56bd97

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page