tutorials
tutorials copied to clipboard
Error in shap_values_tutorial
With shap==0.50.0
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Cell In[2], [line 1](vscode-notebook-cell:?execution_count=2&line=1)
----> [1](vscode-notebook-cell:?execution_count=2&line=1) X,y = shap.datasets.boston()
AttributeError: module 'shap.datasets' has no attribute 'boston'
This can be swapped for X,y = shap.datasets.california()