News

First off, thanks a lot for such an awesome tool! I think I might be missing something obvious, but I'm trying to save SHAP plots from Python, that I'm displaying with the shap plotting functions. I ...
But shap.plots.bar(shap_values, show=False, plot_size=None) throws error: TypeError: bar() got an unexpected keyword argument 'plot_size' The shap.summary_plot(shap_values, show=False, plot_type='bar' ...
I'm working on a project with python 2.7 and Raspberry Pi wherein I'm polling some sensors and upon determining which value is being received, logging the data and then updating a plot with the ...