Skip to content

Tag: metrics

SHAP import local_accuracy

I’m trying to test metrics from the shap library https://github.com/slundberg/shap/blob/master/shap/benchmark/metrics.py I tried calling metrics like this : But am always getting the error : Answer Try instead: Why? Inspecting package’s top level __init__.py you’ll find out the following com…