Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The PRCurve Visualizer has an issue in the .fit() method for multi-class classifier models #1191

Open
pdamodaran opened this issue Jul 19, 2021 · 0 comments
Labels
priority: medium can wait until after next release type: bug something isn't working

Comments

@pdamodaran
Copy link
Contributor

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

To Reproduce

This was discovered through Issue #1190.

@bbengfort bbengfort added priority: medium can wait until after next release type: bug something isn't working labels Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium can wait until after next release type: bug something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants