Learn Before
OVO (One-Versus-One)
Combine the two or two categories of data in K categories, and then use the combined data to train a model to generate 𝐾(𝐾−1)/2 classifier models, merge the results of these classifiers, and classify The prediction result of the device uses majority voting to output the final prediction result value
0
1
Tags
Data Science
Related
Micro Average vs Macro average Performance in a Multiclass classification setting
Multi-class Performance Measures
Macro-average
Micro-average
Having three evaluation metrics makes it harder for you to quickly choose between two different algorithms, and will slow down the speed with which your team can iterate. True/False?
OVO (One-Versus-One)
OVA/OVR (One-Versus-All/One-Versus-the-Rest)
Error Correcting Output Codes