-
Notifications
You must be signed in to change notification settings - Fork 334
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
Implementation for multilabel keras model #393
Comments
My understanding is that |
Thanks for the suggestion. Any help is appreciated. Thanks in advance :) |
Hey. |
Is there an implementation to explain predictions for categorical multi-class sequential models? |
Multi-class models are supported, but the input of the model has to be an image. There's also a PR for text inputs #325. If your model doesn't accept images or text and you still want to use Grad-CAM, I'm not sure if there is an easy way. Grad-CAM only makes sense if your model layers have spatial information, like convolutional layers or recurrent layers do. I'm not sure if a black box method can be used to explain a single prediction? |
SHAP has an implementation but was wondering if eli5 has something similar. |
Hello,
Is there an implementation for using
PermutationImportance
for multi class models (using tensorflow sequential)?Please help!
Thanks in advance :)
The text was updated successfully, but these errors were encountered: