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

Setting attributes to None before saving can leave explainers broken if saving fails #830

Open
jklaise opened this issue Dec 1, 2022 · 0 comments
Labels
Type: Bug Something isn't working

Comments

@jklaise
Copy link
Member

jklaise commented Dec 1, 2022

E.g.

explainer.predictor = None # type: ignore[attr-defined]
, if for some reason saving fails, the explainer is left without a predictor attribute and will not work anymore. We need to wrap saving in try/except and be careful to reset any changed attributes both on failure and success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant