For multi-class classification in SGDClassifier how do I tell if it is using one-vs-rest or one-vs-one by default?
According to the Geron book, for multi-class classification, SGDClassifier
in scikit-learn uses one-vs-rest. But how can I tell which one is used as it doesn't appear to give this information in the help file.
Topic multiclass-classification scikit-learn
Category Data Science