Add local explainability example for Python XGBoost using the following package
https://pypi.org/project/alibi/
Unlike shap, this allows to produce the explainer once (training) and then save it (serialize) so you can load it later and use it for individual prediction explaination.
Add the explain endpoint in the scoring.py->ModelScorer.explain()
Add local explainability example for Python XGBoost using the following package
https://pypi.org/project/alibi/
Unlike shap, this allows to produce the explainer once (training) and then save it (serialize) so you can load it later and use it for individual prediction explaination.
Add the explain endpoint in the scoring.py->ModelScorer.explain()