i have text data and pip line model . i want to using shap
library to Visualize the impact on all the output classes
i got this error :
TypeError: The passed model is not callable and cannot be analyzed directly with the given masker! Model: Pipeline(steps=[('vect1', CountVectorizer()),
('tfidf1', TfidfTransformer()), ('clf1', MultinomialNB())])
how can i handle it