Skip to main content

Questions tagged [shapley-value]

3 votes
1 answer
22 views

I’m currently working in a survival analysis setting with the goal of risk prediction. In earlier work, I used static (baseline) covariates together with Random Forest–based survival models, and I ...
Marco Simoni's user avatar
0 votes
0 answers
24 views

I am analyzing feature importance for a supervised classification problem using a Random Forest model. I evaluated feature importance using three commonly used approaches: Built-in Random Forest ...
pritpal singh's user avatar
2 votes
2 answers
98 views

I trained a SVM multiple regression model and want to know how much each feature contributes to the prediction variance (quantified by the RMSE). I got the Shapley values for each feature on data from ...
n6r5's user avatar
  • 209
2 votes
0 answers
40 views

I’m currently working on a demand forecasting problem for renewed (updated) products. The goal is to understand why the predicted demand for a renewed product differs from its previous version (before ...
NakataKoo's user avatar
2 votes
1 answer
88 views

I want to implement SHAP for my model, but does it only applicable for set of independent features?
Ocean's user avatar
  • 191
1 vote
1 answer
90 views

I have a tree-based model trained for demand forecasting and SHAP is the method chosen for explaining predictions. Among the features are history lags, promotions, pricing, resizing and many demand ...
dzegpi's user avatar
  • 231
0 votes
0 answers
86 views

I am familiar with SHAP and often use it when developing or assessing ML models. I want to use SHAP in a new context. I'm working on a project that relies on an XGBoost Classifier, which outputs ...
odd's user avatar
  • 1
1 vote
1 answer
304 views

I developed and compared four ML models via Random Forest, Support Vector Machine, Logistic Regression, and Xgboost (tidymodels R package) algorithms using data without stratification by age groups. ...
Data and data's user avatar
2 votes
0 answers
107 views

If the predictors are dependent (and possibly but not necessarily correlated), are the resulting SHAP values independent? From this answer my understanding is that for ...
kpatucha's user avatar
  • 163
1 vote
1 answer
106 views

In shap waterfall (or force_plot) for each individual prediction, the specific variable value moves the probability or target to a certain amount, e.g. ...
Kenny's user avatar
  • 685
1 vote
1 answer
618 views

AI newbie here. I have this MNIST image with dimensions (28, 28, 3) and a few questions in mind. It would be great if anyone could advise me on this: How does SHAP determine the value range? For ...
ThomasEdition's user avatar
3 votes
2 answers
214 views

According to the definition by Štrumbelj and Kononenko (2013), Shapley values are defined for regression predictions. They should, however, also be applicable to classifications when the classifier ...
cdalitz's user avatar
  • 6,265
4 votes
1 answer
194 views

I have been reading the online book by Christoph Molnar on Interpretable ML (link) If we have $$\sum_{S \subseteq M} \bigg((v(S) - (\phi_0 + \sum_{j \in S} \phi_j)\bigg)^2 K(M,S) $$ where $S$ is set ...
IcannotFixThis's user avatar
4 votes
1 answer
403 views

I want to assess feature importance of a gradient boosting machine model made to forecast the count outcome $Y$. The data is a time series and I'm introducing lagged forms of the predictors in the ...
usual_user16960220's user avatar
3 votes
1 answer
225 views

Context Let's imagine I am interested in predicting sepal length in the iris dataset using catboost. Objective My main objective is understanding the effect of each categorical value for ...
Carles S's user avatar
  • 158

15 30 50 per page
1
2 3 4 5
7