Possible error in xgboost-census-debugger-rules.ipynb #3147
Unanswered
jane-delaney
asked this question in
Q&A
Replies: 1 comment
-
This seems to be related to this discussion: awslabs/sagemaker-debugger#294. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think there may be an error in the code for https://github.com/aws/amazon-sagemaker-examples/tree/master/sagemaker-debugger/xgboost_census_explanations)/xgboost-census-debugger-rules.ipynb
For the bar plot in the Global Explanations section, the shap values are taken as trial.tensor("full_shap/f0").value(trial.last_complete_step)
Does this not take the values for the first feature only instead of all features?
Apologies if this is my lack of understanding.
Beta Was this translation helpful? Give feedback.
All reactions