What is class-imbalanced dataset in machine learning?
Answer Posted / Surendra Kumar Prajapati
A class-imbalanced dataset is a dataset where one class has significantly more examples than the other classes, leading to imbalanced results when using standard classification algorithms. This can be addressed through techniques such as oversampling the minority class, undersampling the majority class, or using cost-sensitive learning.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers