unit8co / darts

A python library for user-friendly forecasting and anomaly detection on time series.
https://unit8co.github.io/darts/
Apache License 2.0
7.55k stars 830 forks source link

RNNModel explainability ? #1332

Open 0xSynesty opened 1 year ago

0xSynesty commented 1 year ago

Hi, I'm working on a project involving multiple multivariate time series and I would like to know if there is any way to explain RNNModel's performances. From what have read, you are just starting the explainability module and it is yet only working with RegressionModel, is there any other way to do it ? Thanks

hrzn commented 1 year ago

That's correct. We may extend SahpExplainer to deep shap for torch models at some point, but are not working on it right now. It could also be interesting consider any RNN-specific explainability method (although I'm not really aware of any).