How can I use best model to process SHAP util? #599
Unanswered
Tonywhitemin
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The AutoML object is not a single model, and |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @pplonski :
First, wish you have good new year holidays!
As title, I'd like to use the best model after " fit()" to predict the test dataset I prepared and use SHAP utils.
The code as below:
But I've got the exception message as below:
The best model is "4_Default_Xgboost" and I think I can use "shap.TreeExplainer" as tool...
Could you tell me how to solve this situation?
Thank!
Beta Was this translation helpful? Give feedback.
All reactions