Explainable Text
giuliaass opened this issue · 1 comments
giuliaass commented
Hi,
I run a text classification problem in RStudio with Keras. I use Word Embeddings.
Now I want to explain the model globally. Do you have a tip which method I can use for this?
Thank you!
wangyongjie-ntu commented
DALEX: https://github.com/ModelOriented/DALEX
DALEXtra: https://github.com/ModelOriented/DALEXtra
You can refer to the above two repos for some suggestions. These two are specific for the R language.