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

error reimplementing the pytorch jupyter example #32

Closed
jaeho3690 opened this issue Mar 24, 2023 · 2 comments
Closed

error reimplementing the pytorch jupyter example #32

jaeho3690 opened this issue Mar 24, 2023 · 2 comments
Assignees

Comments

@jaeho3690
Copy link

Hello, thank you for sharing a detailed explanation of your work.
Currently, I am facing two issues.

  1. Running the Arem.ipynb results in the following error

스크린샷 2023-03-24 오후 2 46 05

  1. Does your TimeSHAP algorithm only work on binary classification? is there a reason for using only two class in the pytorch example?

Thank you for your time.

@JoaoPBSousa JoaoPBSousa self-assigned this Mar 27, 2023
@JoaoPBSousa
Copy link
Collaborator

Hello @jaeho3690 ,
1 - From what I can gather from your printscreen, it seems like TimeSHAP is not being able to calculate feature explanations on the method feat_explain_all. Just so I am aware of any changes, did you alter anything on the notebook or are you running it default? If you are running it default, could you please delete the pruning and event csv's or change their filenames in order to force TimeSHAP to calculate everything from scratch?

2- TimeSHAP explains one class/prediction at a time, so there is no restrictions of its application to the binary classification domain. If is possible to apply TimeSHAP to a multi-class problem but you need to explain the prediction of each class individually.

@JoaoPBSousa
Copy link
Collaborator

Closed this issue due to inactivity. If you have any further questions feel free to re-open the issue or create a new one.

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

No branches or pull requests

2 participants