Posts tagged 'unbalanced data'

Mohcine Madkour

Building Machine Learning models with Imbalanced data

In this blog post, I'll discuss a number of considerations and techniques for dealing with imbalanced data when training a machine learning model. The blog post will rely heavily on a sklearn contributor package called imbalanced-learn to implement the discussed techniques. Training a machine learning model on an imbalanced dataset …