Question: Which of the following is a common method for handling imbalanced datasets in classification problems?
Options:
Correct Answer: Oversampling the minority class
Solution:
Oversampling the minority class is a common method to address class imbalance, helping the model learn better from the underrepresented class.