You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: