DEV Community

Chris Aridas
Chris Aridas

Posted on • Updated on

imbalanced-learn 0.5.0 is out

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
Enter fullscreen mode Exit fullscreen mode

or by using the conda package manager

conda update imbalanced-learn
Enter fullscreen mode Exit fullscreen mode

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)