feedzai / timeshap

TimeSHAP explains Recurrent Neural Network predictions.
Other
162 stars 30 forks source link

Timeshap for regression #20

Closed mgorjis closed 2 years ago

mgorjis commented 2 years ago

I am working on a time series forecasting problem using LSTM. Can I use timeshap for such a regression problem? Do you by chance have a demo for regression?

Thanks

JoaoPBSousa commented 2 years ago

Hello @mgorjis,

TimeSHAP should be able to work with regression problems but note that this functionality is not yet tested and we do not have any example notebooks. Feel free to apply TimeSHAP to your use-case and open any issues if you have any questions/bugs.

mgorjis commented 2 years ago

@JoaoPBSousa Thank you for the information. So I will try to run a demo and ask questions from you if I have issues. Best Regards

JoaoPBSousa commented 2 years ago

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

AleelA190 commented 1 year ago

Are there any updates? I am trying to explain the RNN regression but I am having difficulties.