Alulmintavételezés
Alulmintavételezés is a Hungarian term that translates to "under-sampling" in English and refers to a data preprocessing technique used in machine learning. It is employed when dealing with imbalanced datasets, where the number of instances in one class (the majority class) significantly outweighs the number of instances in another class (the minority class).
The core idea of under-sampling is to reduce the number of instances in the majority class to
There are various under-sampling methods. Simple random under-sampling involves randomly removing instances from the majority class
While under-sampling can be effective in improving model performance on imbalanced datasets, it has a potential