<https://arxiv.org/pdf/2303.12316> I'm looking fo...
# general
a
https://arxiv.org/pdf/2303.12316 I'm looking for a Python implementation of TsSHAP, as mentioned in this research paper. Or, does anyone know of other libraries that can run SHAP on time series models? I'm aware that mlforecast has a SHAP implementation, but it seems that it may not support models like NHITS from neuralforecast. Therefore, I'm looking for a model-agnostic approach that can run SHAP across various models.
m
I didn't find any implementation of TsShap. However, bringing shap values to neuralforecast is among the features we want to develop in top priority.
🙏 1