Machine Learning Flashcards

1
Q

What is class imbalance in supervised machine learning?

A

Class imbalance occurs when the number of instances in one class is significantly higher or lower than in other classes in a dataset.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: Class imbalance can lead to biased models that favor the majority class.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fill in the blank: Techniques such as _____ and _____ are commonly used to address class imbalance.

A

oversampling, undersampling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of balancing classes in a supervised learning model?

A

The purpose is to ensure that the model learns equally from all classes, improving its performance and generalization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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

A

C) Adding noise to the dataset

How well did you know this?
1
Not at all
2
3
4
5
Perfectly