Some algorithms (such as Support Vector Machine classifiers) scale poorly with the size of the training set, so for these algorithms OvO is preferred since it is faster to train many classifiers on small training sets than training few classifiers on large training sets. For most binary classification algorithms, however, OvA is preferred.

SVMs can also be used for outlier detection; see Scikit-Learn’s documentation for more details.

results matching ""

    No results matching ""