imbalanced-learn is your favorite python package that offers a number of re-sampling techniques commonly used in datasets showing strong between-class imbalance.
This is a small release that contains mostly bug fixes and is already available via pip and conda!
You can install it either by using pip
pip install imbalanced-learn -U
or by using the conda package manager
conda update imbalanced-learn
The changelog can be found here, while installation instructions, API documentation, examples and a user guide can be found here.
Happy hacking,
Chris
Top comments (0)