HANDLING IMBALANCED DATASETS - Tuning Classification Threshold
From my experience in solving machine learning problem, about 50% of the problems I've faced are classification problems, and a sizable percentage of these classification problems are imbalanced.
An imbalanced problem is a classification problem in ...
saheedniyi.hashnode.dev5 min read
Matthew Ajibola
Machine learning engineer, data scientist, python developer and ethical hacker
Woah! Awesome approach. I usually just use over sampling.