R 如何抑制模型训练(gbm方法)摘要图像?

R 如何抑制模型训练(gbm方法)摘要图像?,r,gbm,R,Gbm,这是我的密码: rgb <- gbm(target ~ . , data = gb_train, distribution = 'bernoulli', interaction.depth = 4, n.trees = 1000, cv.folds = 12) rgbsummary.gbm有一个参数plotit您可以修改: summary(rgb, plotit = FALSE)$rel.inf

这是我的密码:

rgb <- gbm(target ~ . , data = gb_train, distribution = 'bernoulli',
                   interaction.depth = 4, n.trees = 1000, cv.folds = 12)

rgb
summary.gbm
有一个参数
plotit
您可以修改:

summary(rgb, plotit = FALSE)$rel.inf