为C5.0决策树生成混淆矩阵时出错

时间:2019-04-22 16:23:08

标签: r decision-tree confusion-matrix

我正在运行C5.0决策树。对于混淆矩阵,我得到一个错误

这是代码

confusionMatrix(pred,train$Is_Churn)

confusionMatrix(pred,train$Is_Churn)

我收到此错误

[1] 0 1
<0 rows> (or 0-length row.names)
Warning message:
In Ops.factor(predictedScores, threshold) : ‘<’ not meaningful for factors

我希望得到混乱矩阵。

0 个答案:

没有答案