lime
lime copied to clipboard
Follow up question on #570
I also have a same question as asked by Abbas (#570) and following the same steps. I am using tabular data with 1D CNN model and trying to use Lime to explain the same. Could you please elaborate on how it can be used where the input shape is (100,40,1). Appreciate if you have any example for the same.
Swati as far as i understand LIME only care about type of input not about model. You can revisit the Tabular data tutorial. you may get some answers.