Skip to main content

Undersampling

Meaning

A data preprocessing technique in machine learning used to balance an imbalanced dataset by reducing the number of instances in the majority class. This method is often applied in crypto anomaly detection where normal transactions heavily outnumber rare, abnormal events like fraud or manipulation. It aims to prevent models from developing a bias towards the over-represented class, enhancing detection accuracy.