You are building an app that can recognize handwriting. To train your model, you use a very large dataset with millions of handwritten examples. Your multiclass classifier is built up out of many slow-learning binary classification algorithms.
How should you assemble your binary classifiers into a multiclass classification model?
Choose the correct answer from the options below.
Explanations for each answer: