Is there any way that I can change the shap plot background color or text color in the dark theme? I need either the white background or white text.
The plot is an object of IPython.core.display.HTML.
It is generated by
shap.force_plot(explainer.expected_value[1], shap_values[1][0,:], X_test.iloc[0,:],link="logit")
Thanks for the help!