我正在运行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
我希望得到混乱矩阵。