AfafEL
AfafEL
I encountered the same memory error and identified the root cause when using `shap.plots.bar(explanation)`. The bar plot in SHAP calculates both main effects and interaction effects (how features influence each...
Oh, my bad ! I totally overlooked this detail, because I have it by default, and the comment still stand with `plt.rcParams['ytick.minor.visible'] = True` only fails and returns OOM with...
I am experiencing the same issue, not only with the triangle symbol but also with the square (the circle symbol works fine). This problem does not occur when using go.Scatter;...