Is there a way to get a Shap.kernelExplainer.shap_values in Python to accept 3-dimensional data?
I want to do a SHAP analysis of a model. The model is a RNN that takes a whole timeseries as input, where every time series is in the format (101, 12). However, the SHAP package won’t accept 3-dimensional data, the training data is in the format (101, 74, 12).