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

Fix missing predict_proba support for some models #46

Merged
merged 2 commits into from
Dec 31, 2024
Merged

Conversation

qchiujunhao
Copy link
Contributor

There were no explainer plots for models without predict_proba, but we have now implemented a monkey patch to enable explainer plots for those models as well.

there are no explainer plots for those models without predict_proba but now we make a monkey patch for those models so they will also have explainer plots
@qchiujunhao qchiujunhao merged commit 6998721 into dev Dec 31, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need a monkey patch when generate a dashboard for SVM with hinge loss
1 participant