interpretml / DiCE

Generate Diverse Counterfactual Explanations for any machine learning model.
https://interpretml.github.io/DiCE/
MIT License
1.3k stars 183 forks source link

How to generate CF for three-dimensional dataset #410

Open xueyagaga opened 8 months ago

xueyagaga commented 8 months ago

DICE is now mainly applicable to two-dimensional tabular data, e.g., N*M. How can I apply DICE to a three-dimensional time-series dataset (N*T*M)? This can be used with LSTM or Transformers that require three-dimensional inputs.