Question: In which scenario would you prefer using SVM over decision trees?
Options:
Correct Answer: When the data is high-dimensional and sparse
Solution:
SVM is preferred in high-dimensional and sparse datasets, as it can effectively find the optimal hyperplane in such spaces.