shap.Explainer — SHAP latest documentation
shap.readthedocs.io › shapshap.Explainer class shap.Explainer(model, masker=None, link=CPUDispatcher (<function identity>), algorithm='auto', output_names=None, feature_names=None, linearize_link=True, **kwargs) Uses Shapley values to explain any machine learning model or python function. This is the primary explainer interface for the SHAP library.