DEV Community

Chris Aridas
Chris Aridas

Posted on • Edited on

3 1

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)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay