空鱼O-决策链社区论坛-第7页
Error in purrr:map(var subgroups, ~TableSubgroupGLM(formula, var subgroup =. 
Caused by error in`.svycheck():
!..2 used in an incorrect context, no .. to look in-决策链社区论坛

Error in purrr:map(var subgroups, ~TableSubgroupGLM(formula, var subgroup =. Caused by error in`.svycheck(): !..2 used in an incorrect context, no .. to look in

错误原因:因变量,自变量,亚组变量中可能存在个别变量的值不符合模型要求,例如亚组变量不能多于三个分类解决方法:(1)按照参数要求检查变量(2)逐个变量排查
4个月前
0875
插补空值:Please convert object columns to categorical or some numeric type-决策链社区论坛

插补空值:Please convert object columns to categorical or some numeric type

报错原因:输入插补的变量的类型非法,提示将变量类型转为分类或者连续解决方法:用转换变量类型节点,将目标变量转为合适的类型
3个月前
0945
out of memoryDETAlL: Failed on request ofsize 19896550 in memory context Errorcontext-决策链社区论坛
分析单元“4.随机森林”运算出错,请检查。
INonel-决策链社区论坛

分析单元“4.随机森林”运算出错,请检查。 INonel

报错原因:输入的变量类型可能存在错误解决方法:检查输入的特征变量是否都为连续的数值类型,目标变量是否蔚0/1二分类
多模型评估节点:Classification metrics can't handle a mix of binary and continuous targets-决策链社区论坛

多模型评估节点:Classification metrics can’t handle a mix of binary and continuous targets

报错原因: 通常为输入的真值,预测标签的类型错误,真值和预测标签类型应为二分类 解决方法: 检查真值或者预测标签变量的类型