Need for LIME explainer
Is it possible to train a LIME explainer for a binary classfier on a dataset without labels?
I need to understand what is the value of storing a LIME explainer object trained on the same data used to train the model.
In general, does it make sense to keep a trained LIME explainer around to generate explanations during production or is it better to train the LIME explainer on production data whenever is needed?
Another question. If I train a LIME explainer on training data and I use it with test data, does the LIME explainer suffers from data shift?
Category Data Science