feedzai / timeshap

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

global_explainer broken? #42

Closed edpclau closed 1 year ago

edpclau commented 1 year ago

Hi,

I was running the example notebook: AReM_API_showcase. I made no modifications to the code, but it breaks when I get to the global explainer. image

edpclau commented 1 year ago

I opened a pull request with fixes to this issue. It was caused by an update to pandas which removes the '.append' method.