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.