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.fit_ovo

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

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