In the SHAP force plot, is there a way to change the value of the x-axis to a custom name?
f = plt.figure(figsize=(8, 6))
shap.summary_plot(shap_values, X_test, plot_type="bar", feature_names=X_train.columns, class_names = ORGD_Test['Class'])
In the SHAP force plot, is there a way to change the value of the x-axis to a custom name?
f = plt.figure(figsize=(8, 6))
shap.summary_plot(shap_values, X_test, plot_type="bar", feature_names=X_train.columns, class_names = ORGD_Test['Class'])
Copyright © 2021 Jogjafile Inc.