This documentation is for scikit-learn version 0.11-gitOther versions

Citing

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

This page

8.19.6. sklearn.multiclass.predict_ovr

sklearn.multiclass.predict_ovr(estimators, label_binarizer, X)

Make predictions using the one-vs-the-rest strategy.