Skip to main content

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.

Landscape Travis Coveralls CircleCI Python27 Python35 Pypi Gitter

Documentation

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

Installation

Dependencies

imbalanced-learn is tested to work under Python 2.7 and Python 3.5.

  • scipy(>=0.17.0)

  • numpy(>=1.10.4)

  • scikit-learn(>=0.17.1)

Installation

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

pip install -U imbalanced-learn

The package is release also in Anaconda Cloud platform:

conda install -c glemaitre imbalanced-learn

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
python setup.py install

Testing

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

make coverage

About

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 addresing 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.

Re-sampling techniques are divided in two categories:
  1. Under-sampling the majority class(es).

  2. Over-sampling the minority class.

  3. Combining over- and under-sampling.

  4. Create ensemble balanced sets.

Below is a list of the methods currently implemented in this module.

  • Under-sampling
    1. Random majority under-sampling with replacement

    2. Extraction of majority-minority Tomek links [1]

    3. Under-sampling with Cluster Centroids

    4. NearMiss-(1 & 2 & 3) [2]

    5. Condensend Nearest Neighbour [3]

    6. One-Sided Selection [4]

    7. Neighboorhood Cleaning Rule [5]

    8. Edited Nearest Neighbours [6]

    9. Instance Hardness Threshold [7]

    10. Repeated Edited Nearest Neighbours [14]

  • Over-sampling
    1. Random minority over-sampling with replacement

    2. SMOTE - Synthetic Minority Over-sampling Technique [8]

    3. bSMOTE(1 & 2) - Borderline SMOTE of types 1 and 2 [9]

    4. SVM SMOTE - Support Vectors SMOTE [10]

    5. ADASYN - Adaptive synthetic sampling approach for imbalanced learning [15]

  • Over-sampling followed by under-sampling
    1. SMOTE + Tomek links [12]

    2. SMOTE + ENN [11]

  • Ensemble sampling
    1. EasyEnsemble [13]

    2. BalanceCascade [13]

The different algorithms are presented in the following notebook.

This is a work in progress. Any comments, suggestions or corrections are welcome.

References:

Release files for imbalanced-learn 0.1.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.1.2
File Size Uploaded
imbalanced-learn-0.1.2.tar.gz 4.9 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for imbalanced-learn 0.1.2
File Interpreter ABI Platform
imbalanced_learn-0.1.2-py2-none-any.whl Python 2 none any Details

Total release size:5.0 MB

Release files / imbalanced-learn-0.1.2.tar.gz

Download URL imbalanced-learn-0.1.2.tar.gz
Size 4.9 MB
Tags Source
SHA-256 checksum
How to use checksums
16c35f434408a0b78b12a3c54a7e22030bd9becb349954b06d41dd5fe380bfd2
BLAKE2b-256 checksum
How to use checksums
da48be53f1ac35cdc54a909fea47e73a62b26462c0f0236b7f0736709d266eeb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / imbalanced_learn-0.1.2-py2-none-any.whl

Download URL imbalanced_learn-0.1.2-py2-none-any.whl
Size 86.3 kB
Tags Python 2
SHA-256 checksum
How to use checksums
ff32df8a15b2b37c81f33b0c5e111485daf2099e9a010156e184b84164b6cc8e
BLAKE2b-256 checksum
How to use checksums
d5f0358ebd5de0d1eaae73c7e278c75ce54130665db359820e8b5839bbe07c11
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

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

This release

0.1.2 This release

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