Question
How is a multiclass problem commonly handled with binary SVMs?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Using one-vs-rest or one-vs-one strategies
Explanation:
Multiple binary classifiers are trained and their outputs combined.
Libraries typically implement one of these strategies automatically.
Leave a Reply