Skip to main content

Toolbox for imbalanced dataset in machine learning.

Project description

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 has been submitted to be 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/fmfn/UnbalancedDataset.git
cd UnbalancedDataset
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:

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.1.1.tar.gz (5.0 MB view details)

Uploaded Source

Built Distribution

imbalanced_learn-0.1.1-py2-none-any.whl (89.6 kB view details)

Uploaded Python 2

File details

Details for the file imbalanced-learn-0.1.1.tar.gz.

File metadata

File hashes

Hashes for imbalanced-learn-0.1.1.tar.gz
Algorithm Hash digest
SHA256 015ab121937d8bcb7654f07d6e20509c839f9cc6df48740f5d5fa94aec9b8bfc
MD5 fbb10e9b5c683e6bc7600059ac429d78
BLAKE2b-256 c2f0542179bdf2aae2242c56cd91d5e98803152cd3a116fd989c63e234db830f

See more details on using hashes here.

File details

Details for the file imbalanced_learn-0.1.1-py2-none-any.whl.

File metadata

File hashes

Hashes for imbalanced_learn-0.1.1-py2-none-any.whl
Algorithm Hash digest
SHA256 04eb83cf42c4f3782cd7fc9eef5b6bfcbf651490f9c8d3e13ddfefa9b5415c08
MD5 45301bc5275db9008be1692cee5232d3
BLAKE2b-256 4c6dfd09946d21b3b31c3093352384fc70121d9a46b91f0ff572ef606c18121d

See more details on using hashes here.

Supported by

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