Pycaret plot_model() did not support thai font(thai language) on matplotlibs.
How to fix this issue? plot_model() font missing
Thank you.
ps. On my df, It's can read thai font as encoding = 'utf-8-sig' already.
ps2. I also use this code but not working
import matplotlib.pyplot as plt
plt.rcParams['font.family'] = 'tahoma'