Interpreting the SHAP values presented in layered violin plot in SHAP-library for Scikit binary RandomForestClassifier
I am using the SHAP-library for computing feature Shapley values for a binary RandomForestClassifier which has naturally two outputs, 0 or 1. The forest itself consists from 100 decision tree classifiers.