- Machine Learning Algorithms
- Giuseppe Bonaccorso
- 67字
- 2021-07-02 18:53:26
Multiclass strategies
When the number of output classes is greater than one, there are two main possibilities to manage a classification problem:
- One-vs-all
- One-vs-one
In both cases, the choice is transparent and the output returned to the user will always be the final value or class. However, it's important to understand the different dynamics in order to optimize the model and to always pick the best alternative.