Describe the bug
In the PRCurve Visualizer, the multi-class classifier models get wrapped up in a OneVsRestClassifier but this classifier gets ignored in the call to super and does not get fitted as a result. This results in an error in rendering the visualizer as the num_class parameter is not set
Describe the bug In the PRCurve Visualizer, the multi-class classifier models get wrapped up in a
OneVsRestClassifier
but this classifier gets ignored in the call tosuper
and does not get fitted as a result. This results in an error in rendering the visualizer as thenum_class
parameter is not setTo Reproduce
This was discovered through Issue #1190.