ModelOriented / shapper

An R wrapper of SHAP python library
https://modeloriented.github.io/shapper/
58 stars 16 forks source link

Plot function, show_predicted not working #12

Closed barcadad closed 5 years ago

barcadad commented 5 years ago

Working through your vignette, I came across an issue in the plot function. If I write show_predicted = FALSE it does still show the predicted value. However, if I misspell it as show_predcited = FALSE then it correctly hides the predicted value from the plot. Should be a quick fix.

maksymiuks commented 5 years ago

Thanks for that, its fixed now.