shap summary plot has two x and y axis
I am new to ML and shap. I am trying to plot a shap summary plot using random forest on the titanic survival data, but I cannot get it to work properly. It generated an interaction graph (with two x/y axis) instead of the beeswarm plot. The shap value array has two values for each feature (one positive and another negative as shown below). Could you help me understand what is happening here please? Thank you!