Mintakiegyensúlyozás
Mintakiegyensúlyozás, a Hungarian term, translates to sample balancing or sample equilibration. It refers to a set of techniques used in data science and machine learning to address class imbalance issues within a dataset. Class imbalance occurs when the number of instances in one class (the majority class) is significantly higher than the number of instances in another class (the minority class). This can lead to biased models that perform poorly on the minority class, which is often the class of interest, such as detecting rare diseases or fraudulent transactions.
Mintakiegyensúlyozás aims to mitigate this problem by adjusting the distribution of the training data. Common methods