常见问题 第11页
这里汇总了用户在使用统计猿网页版和桌面版软件时遇到的常见问题与处理方法。
转换多变量标签编码:unterminated string literal (detected at line 1) (<string>, line 1)-决策链社区论坛

转换多变量标签编码:unterminated string literal (detected at line 1) (, line 1)

报错原因:编写的命令中,字符串的索引符号有误,不能写中文符号,应该用英文符号  
空鱼O的头像-决策链社区论坛空鱼O3个月前
0967
潜类别混合增长模型:Error in gridsearch(rep=50,maxiter=10,minit = model, hlme(as.formula(fml),: The model minit did not converge.-决策链社区论坛

潜类别混合增长模型:Error in gridsearch(rep=50,maxiter=10,minit = model, hlme(as.formula(fml),: The model minit did not converge.

错误原因:数据,变量组合无法拟合,可参考:https://cecileproust-lima.github.io/lcmm/articles/usual_problems.html解决方法:可以尝试换参数,换变量
空鱼O的头像-决策链社区论坛空鱼O3个月前
0749
转换多变量标签编码:'<=' not supported between instances of 'str' and 'int'-决策链社区论坛

转换多变量标签编码:’<=' not supported between instances of 'str' and 'int'

报错原因:使用“>=”,'<=','==','>','<'等数学逻辑符号判断目标变量时,要求目标变量的值全部都为数值如图对Var2进行数学逻辑判断但是Var2的值中存在abc这个字符串,因此Var2这个...
空鱼O的头像-决策链社区论坛空鱼O3个月前
0558
数据分箱:unsupperted operand type(s) for -:'str' and 'str'-决策链社区论坛

数据分箱:unsupperted operand type(s) for -:’str’ and ‘str’

报错原因:目标的分箱变量不是连续型,只有连续型变量才能(才需要)分箱
空鱼O的头像-决策链社区论坛空鱼O3个月前
0727
ROC操作特征曲线: More than one

ROC操作特征曲线: More than one “best” threshold was found, aborting. Change ‘best.policy’ to alter this behavior

ROC操作特征曲线显示以上错误原因:算法在搜素ROC操作特征曲线的最佳阈值的时候。发现有多个最佳阈值,因此建议我们修改最佳阈值的规则解决方法:直接才参数界面修改最佳阈值的选择方法 
空鱼O的头像-决策链社区论坛空鱼O3个月前
0759
报错信息:Error in solvet(info.matrix, tol = tol) :apparently singular matrix-决策链社区论坛

报错信息:Error in solvet(info.matrix, tol = tol) :apparently singular matrix

错误原因:方程拟合的时候出现奇异矩阵,在数学上认为回归变量间存在较大相关性。在限制性立方样条的节点中出现这个错误表示变量组合无解解决方法:只能变换参数或者变量组合
空鱼O的头像-决策链社区论坛空鱼O3个月前
09212
报错信息:Merge keys are not unique in left dataset, not a one-to-many merge-决策链社区论坛

报错信息:Merge keys are not unique in left dataset, not a one-to-many merge

通常为左表的Key存在重复,应该使用m:m(多对多)的方法连接
空鱼O的头像-决策链社区论坛空鱼O3个月前
01728