Fork me on GitHub

This documentation is for scikit-learn version 0.16.1Other versions

If you use the software, please consider citing scikit-learn.

sklearn.multiclass.predict_ovo

sklearn.multiclass.predict_ovo(*args, **kwargs)[source]

DEPRECATED: predict_ovo is deprecated and will be removed in 0.18.Use the OneVsOneClassifier instead.

Make predictions using the one-vs-one strategy.