gpt4 book ai didi

python - xgb.plot_tree 字体大小 python

转载 作者:太空狗 更新时间:2023-10-30 00:34:53 28 4
gpt4 key购买 nike

我画了如下图

import matplotlib.pylab as plt
%matplotlib inline
from matplotlib.pylab import rcParams

.....我错过了 xgboost 的代码

xgb.plot_tree(clf, num_trees=2)

enter image description here

我想增加字体大小

font = {'size'   : 22}
plt.rc('font', **font)

plt.rcParams.update({'font.size': 32})

但是字体大小是一样的如何更改 xgb.plot_tree 中的字体大小?

最佳答案

%matplotlib inline
from xgboost import plot_tree
from matplotlib.pylab import rcParams

##set up the parameters
rcParams['figure.figsize'] = 80,50

plot_tree(finalmodel, num_trees=X)

希望这会有所帮助,我认为您应该先设置 matplotlib 参数。

关于python - xgb.plot_tree 字体大小 python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37340474/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com