Often in machine learning, and specifically with classification problems, we encounter imbalanced datasets. This typically refers to an issue where the classes are not represented equally, which can cause huge problems for some algorithms.
In this article, we’ll explore a technique called resampling, which is used to reduce this effect on our machine learning algorithms.
Continue reading Resampling to Properly Handle Imbalanced Datasets in Machine Learning