Hello Marcotr,
I am working on a time-series problem with variable sequence length, Is there a way to inform LIME about the padding (dummy) timesteps so it can ignore them when generating the explanation?
You can try writing a wrapper that does the ignoring for you, i.e. you can hide whatever you don't want LIME to perturb and add it back in the prediction function.
Hello Marcotr, I am working on a time-series problem with variable sequence length, Is there a way to inform LIME about the padding (dummy) timesteps so it can ignore them when generating the explanation?