【发布时间】:2017-02-03 22:06:24
【问题描述】:
我很难对以下错误消息进行故障排除。我正在尝试在 titanic 数据集上做一个随机森林模型。有没有办法解决这个错误?是否有代码可以检查树中的级别?
Error in predict.randomForest(my_rf_model, test1) : Type of predictors in new data
do not match that of the training data.
【问题讨论】:
标签: r random-forest