Question
Can I use other methods besides 'ovo' and 'ovr'?
Asked by: USER8771
48 Viewed
48 Answers
Answer (48)
No, scikit-learn's `MultiClassendo` and `MultiClassClassifier` do not support other methods. You must explicitly choose between 'ovo' and 'ovr' when creating the model. Using other methods will result in the same ValueError.