aws / aws/amazon-sagemaker-examples
xgboost-census-debugger-rules.ipynb failed CI
- Dominant language
- Jupyter Notebook
- Stars
- 11k
- Forks
- 7k
- Avg merge
- 8h 29m
- Merged PRs (30d)
- 8
Description
Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/sagemaker-debugger/xgboost_census_explanations/xgboost-census-debugger-rules.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [6]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 import shap
2 X, y = shap.datasets.adult()
3 X_display, y_display = shap.datasets.adult(display=True)
4 feature_names = list(X.columns)
ModuleNotFoundError: No module named 'shap'
Contributor guide
Assessment
This issue has not been assessed yet.