plt.rc('font', family='Malgun Gothic')fig = plt.figure(figsize=(8, 8))shap.initjs()shap.force_plot(explainer.expected_value.numpy()[0], shap_values[0,:], _X.iloc[0,:], matplotlib=True)plt.show() matplotlib = True 로 해주면 됨.