OffWorldTensor commited on
Commit
ed1d388
·
verified ·
1 Parent(s): b475c91

Update README.md

Browse files

link correct shap output

Files changed (1) hide show
  1. README.md +1 -8
README.md CHANGED
@@ -110,15 +110,8 @@ To understand the model's decisions, SHAP (SHapley Additive exPlanations) values
110
 
111
  This plot shows the average impact of each feature on the model's output magnitude. Features at the top are most influential.
112
 
113
- ![Global Feature Importance](explanation_outputs/summary_plot.png)
114
 
115
- ### Local Explanation for a Single Card
116
-
117
- A static waterfall plot provides a clear view of features pushing the prediction for a single card.
118
-
119
- ![Local Waterfall Plot](explanation_outputs/force_plot.html)
120
-
121
- An interactive force plot is also available. You can view it by downloading `force_plot.html` from this repository and opening it in your browser.
122
 
123
  ## Limitations and Bias
124
 
 
110
 
111
  This plot shows the average impact of each feature on the model's output magnitude. Features at the top are most influential.
112
 
113
+ ![Global Feature Importance](pokemon-price-predictor/summary_plot.png)
114
 
 
 
 
 
 
 
 
115
 
116
  ## Limitations and Bias
117