Machine Learning Flashcards
What is class imbalance in supervised machine learning?
Class imbalance occurs when the number of instances in one class is significantly higher or lower than in other classes in a dataset.
True or False: Class imbalance can lead to biased models that favor the majority class.
True
Fill in the blank: Techniques such as _____ and _____ are commonly used to address class imbalance.
oversampling, undersampling
What is the purpose of balancing classes in a supervised learning model?
The purpose is to ensure that the model learns equally from all classes, improving its performance and generalization.
Which of the following is NOT a method to address class imbalance? A) SMOTE B) Random undersampling C) Adding noise to the dataset D) Cost-sensitive learning
C) Adding noise to the dataset