ModelOriented / shapviz

SHAP Plots in R
https://modeloriented.github.io/shapviz/
GNU General Public License v2.0
79 stars 14 forks source link

Stacked/dodged bar plots? #106

Closed mayer79 closed 1 year ago

mayer79 commented 1 year ago

"mshap" importance bar plots could be simplified: Instead of using {patchwork}, we can go for stacked or dodged bar plots, just like in my answer here:

https://stackoverflow.com/questions/77279563/shap-feature-importance-plots-for-each-class-in-r/77283461#77283461

mayer79 commented 1 year ago

Fixed by https://github.com/ModelOriented/shapviz/pull/107