rrimyuu 님의 블로그

SHAP FORCE_PLOT 출력 안됨 에러. 본문

Python/Error Solution

SHAP FORCE_PLOT 출력 안됨 에러.

rrimyuu 2024. 9. 12. 12:49
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 로 해주면 됨.