Question: Which of the following techniques can be used to handle imbalanced datasets in classification?
Options:
Correct Answer: Resampling methods
Solution:
Resampling methods, such as oversampling the minority class or undersampling the majority class, can help address imbalanced datasets.