I've noticed that a few people are talking about using LIME with TensorFlow models. There was an issue, which was addressed before, but I believe this tutorial can provide a guide for users since it uses a very popular dataset (Kaggle's tweets classification).
In this notebook, I've used the Universal Sentence Encoder from TensorFlow Hub to classify the text data.
I've noticed that a few people are talking about using LIME with TensorFlow models. There was an issue, which was addressed before, but I believe this tutorial can provide a guide for users since it uses a very popular dataset (Kaggle's tweets classification).
In this notebook, I've used the Universal Sentence Encoder from TensorFlow Hub to classify the text data.
Hopefully, it will be helpful.