bgreenwell / fastshap

Fast approximate Shapley values in R
https://bgreenwell.github.io/fastshap/
113 stars 18 forks source link

Typo in vignette #19

Closed mikeguggis closed 1 year ago

mikeguggis commented 3 years ago

The vignette here (https://bgreenwell.github.io/fastshap/articles/fastshap.html) computes importance in two different manners.

The first shap_imp is calculated and the importance is plotted with the total absolute shap. The autoplot method for importance further down plots the mean absolute shap. One can clearly see the x-axes are on different scales.