Explainable-AI
Explainable-AI (XAI)
Refer here for video demo and here for notebook demo
When you train a classifier model on a dataset you don’t know its behaviour of predictions, that why the model outputs a particular value?.
The intuition behind the architecture and working is that to provide a general framework that explains a model behaviour (right now support only linear classifier models (LogisticRegression, SGDClassifier, LinearSVC), models which return coefficients after training.