Ask Your Question
3

What is the variation in SHAP values when utilizing two distinct techniques in Python's SHAP library?

asked 2022-04-27 11:00:00 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-06-24 18:00:00 +0000

pufferfish gravatar image

The variation in SHAP values when utilizing two distinct techniques in Python's SHAP library depends on the specific techniques being used. There are several techniques available in the SHAP library, each with its own strengths and limitations. For example, standard Kernel SHAP computes Shapley values by approximating the true Shapley value with expectations over subsets of features, whereas Tree SHAP computes exact Shapley values for tree-based models. The techniques used can impact the accuracy, speed, and interpretability of the SHAP values obtained. It is important to choose the appropriate technique based on the data, model, and research question at hand.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-04-27 11:00:00 +0000

Seen: 7 times

Last updated: Jun 24 '21