Can I use other methods besides 'ovo' and 'ovr'?

Question

Grade: Education Subject: Support
Can I use other methods besides 'ovo' and 'ovr'?
Asked by:
48 Viewed 48 Answers

Answer (48)

Best Answer
(224)
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.