空鱼O-决策链社区论坛-第2页
分组多变量轨迹模型:Error in dplyr:left join(source_df, post data final, by = var dependent) :
x$subject id`is a <double>.
v$subiect id`is a <character>.-决策链社区论坛

分组多变量轨迹模型:Error in dplyr:left join(source_df, post data final, by = var dependent) : x$subject id`is a . v$subiect id`is a .

报错原因:样本id变量,即标识单位变量的类型不安全,应该用string类型解决方法:把标识单位变量的类型转为string
多模型评估节点:Classification metrics can't handle a mix of binary and continuous targets-决策链社区论坛

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

报错原因: 通常为输入的真值,预测标签的类型错误,真值和预测标签类型应为二分类 解决方法: 检查真值或者预测标签变量的类型
分析单元“4.随机森林”运算出错,请检查。
INonel-决策链社区论坛

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

报错原因:输入的变量类型可能存在错误解决方法:检查输入的特征变量是否都为连续的数值类型,目标变量是否蔚0/1二分类
插补空值:Please convert object columns to categorical or some numeric type-决策链社区论坛

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

报错原因:输入插补的变量的类型非法,提示将变量类型转为分类或者连续解决方法:用转换变量类型节点,将目标变量转为合适的类型
1个月前
0665
软件无法启动:Application UnhandledException:Object reference not set to an instance of an object-决策链社区论坛

软件无法启动:Application UnhandledException:Object reference not set to an instance of an object

问题原因:通常为软件个别依赖库被系统自带的杀毒软件,或者第三方杀毒软件隔离或删除,导致软件无法正常启动解决方法:(1)卸载后重新安装(2)可尝试查找杀软的隔离记录,释放决策链相关的文...
1个月前
0436
SHAP:Error in .input_checks(object = object, X = X, baseline = baseline, S_inter = S_inter) :  'X' must be a matrix or data.frame-决策链社区论坛

SHAP:Error in .input_checks(object = object, X = X, baseline = baseline, S_inter = S_inter) : ‘X’ must be a matrix or data.frame

报错原因:模型中的特征变量数量为1,但数据最小应该为2解决方法:增加模型的特征变量数量
1个月前
0616
RuntimeBinderException
Cannot implicitly convert type 'Python.Runtime.PyObject' to 'string[]'-决策链社区论坛

RuntimeBinderException Cannot implicitly convert type ‘Python.Runtime.PyObject’ to ‘string[]’

报错原因:xlsx文件存在无法识别的编码类型解决方法:把xlsx文件转成csv导入
1个月前
08313
数据分析描述统计:Error in `[,data.frame`(WD,,i):◆◆◆◆◆◆◆◆-决策链社区论坛

数据分析描述统计:Error in `[,data.frame`(WD,,i):◆◆◆◆◆◆◆◆

报错原因:选择的变量名存在非法字符解决方法:(1)分析前连接标准化变量名(2)参考这篇文章检查目标变量名是否存在非法字符:https://bbs.statsape.com/q-and-a/506.html
NullReferenceException
Object reference not set to an instance of an object-决策链社区论坛

NullReferenceException Object reference not set to an instance of an object

报错原因:工程崩溃,原因未知解决方法:参考https://bbs.statsape.com/q-and-a/1493.html 
1个月前
07715
生存分析多模型ROC图:Error in data.frame(x=pre_score,y=status values$qx_status, time = status_values$qx time): �����������: 2266,2265-决策链社区论坛

生存分析多模型ROC图:Error in data.frame(x=pre_score,y=status values$qx_status, time = status_values$qx time): �����������: 2266,2265

报错原因:通常为数据端口(蓝色)的连线和模型端口(灰色)的链线顺序不一致解决方法:检查两种端口的连线顺序是否一致
单因素亚组GLM回归:Error in purrr:map(var subgroups, ~TableSubgroupGLM(formula, var subqroup = .
Caused by error in `TableSubqroupGLM()`:
! Please input correct subqroup variable-决策链社区论坛

单因素亚组GLM回归:Error in purrr:map(var subgroups, ~TableSubgroupGLM(formula, var subqroup = . Caused by error in `TableSubqroupGLM()`: ! Please input correct subqroup variable

报错原因:模型拟合结果返回为空,改亚组变量无法拟合解决方法:(1)检查亚组变量是否平衡,避免比例极端的情况(2)更换亚组变量
面板数据效应模型:Error in `.rowNamesDF<-`(x, value = value) : ���������ظ���'row.names'-决策链社区论坛

面板数据效应模型:Error in `.rowNamesDF<-`(x, value = value) : ���������ظ���'row.names'

错误原因:样本id和时间的配对存在重复,例如下图,同一个id,但时间为236.7833的样本有重复  解决方法:先去除样本id和时间配对重复的样本
导入Excel数据:Value must be either numerical or a string containing a wildcard-决策链社区论坛

导入Excel数据:Value must be either numerical or a string containing a wildcard

报错原因:Excel文件中的某些单元格存在节点无法识别的数据解决方法:将excel文件转为csv文件读取 
限制性立方样条:Error in data.frame(.... check.names = FALSE) :◆◆◆◆◆◆◆◆◆ 7, 200-决策链社区论坛

限制性立方样条:Error in data.frame(…. check.names = FALSE) :◆◆◆◆◆◆◆◆◆ 7, 200

报错原因:通常为预测变量过于离散,无法对因变量即模型的y进行拟合解决方法:(1)更换预测变量(2)将预测变量平滑(各种转换) 
XGBoost:Invalid classes inferred from unique values of `y. Expected: [0 1], got [1 2]。-决策链社区论坛

XGBoost:Invalid classes inferred from unique values of `y. Expected: [0 1], got [1 2]。

报错原因:目标变量的值应该为0,1解决方法:检查目标变量的值,确保目标变量的值为0,1
检查发现以下错误,请检查节点:[3.导入TSV数据 Plus]'ClassType-决策链社区论坛

检查发现以下错误,请检查节点:[3.导入TSV数据 Plus]’ClassType

报错原因:未知,多见于工程崩溃解决方法:(1)重开软件(2)重拖节点(3)重建工程,导出工程文件,用导出的工程文件重建,参考:https://bbs.statsape.com/q-and-a/1343.html
1个月前
09113
SHAP分析修改热力散点图的时候横纵轴变量无法更改-决策链社区论坛

SHAP分析修改热力散点图的时候横纵轴变量无法更改

如图,在修改shap分析的热力散点图的时候,发现X轴和Y轴的变量只能选择Age,无法修改。原因在于没有指定绘图的数据源,Shap分析同城需要借助变量的原始数据值或者Shap value来绘图,在左侧的选...
1个月前
0379
标签编码转换:cannot insert gender recode, already exists-决策链社区论坛

标签编码转换:cannot insert gender recode, already exists

报错原因:表格已经包含了待生成的变量名,本例中gender_recode这个变量名已经存在了解决方案:检查表格变量名,去除就得变量
采样方法:local variable 'except_col_names' referenced before assignment-决策链社区论坛

采样方法:local variable ‘except_col_names’ referenced before assignment

报错原因:采样方法选择Smote采样的时候,可能没有选择采样特征变量解决方法:确认采样特征变量是否选择变量 
SHAP:PermutationExplainer object has no attribute 'expected value'-决策链社区论坛

SHAP:PermutationExplainer object has no attribute ‘expected value’

报错原因:如果是在生存机器学习模型的shap分析中发声的错误,应该是节点版本没有更新解决方法:将软件卸载重新安装
2个月前
06812
朴素贝叶斯:Negative values in data passed to MultinomialNB-决策链社区论坛

朴素贝叶斯:Negative values in data passed to MultinomialNB

报错原因:训练集的特征变量中存在负数,这对于贝叶斯的MultinomialNB的方法是不允许的解决方法:去除训练集特征变量中的负数
Invalid argument: Unable to create new file for writing (it does not exist already). Do you have permission to write here, is there space on the disk and does the path exist?-决策链社区论坛

Invalid argument: Unable to create new file for writing (it does not exist already). Do you have permission to write here, is there space on the disk and does the path exist?

报错原因:数据文件路径没有识别(1)文件名存在奇怪的字符,例如中文名,希腊文,或者其他符号(2)文件被其他程序占用解决方法:(1)检查报错信息提示的那个文件是否存在磁盘中,文件名是否...
2个月前
08913
选择变量:['subject_id', 'stay_id'] not in index-决策链社区论坛

选择变量:[‘subject_id’, ‘stay_id’] not in index

报错原因:选择的变量在上游的节点输出的数据中没有,本例子中上游节点输出数据中没有subject_id,stay_id这两个变量解决方法:检查上游输出数据表,或者重新选择本节点的变量
数据任务器SE:Error. Task 'classification' has missing values in column(s) 'Surgery,_duration', but learner 'classiflog regnot support this-决策链社区论坛

数据任务器SE:Error. Task ‘classification’ has missing values in column(s) ‘Surgery,_duration’, but learner ‘classiflog regnot support this

报错原因:输入的特征变量存在缺失值解决方法:对存在缺失值的特征变量提前插补
高级变量运算:unsupported operand type(s) for -:'str' and 'str'-决策链社区论坛

高级变量运算:unsupported operand type(s) for -:’str’ and ‘str’

报错原因: 待计算的变量不是数值类型,可能存在字符串类型 解决方法: 将变量的类型转为连续型
Error in as.POSlXct.numeric(ret):'origin'h◆◆◆ø◆-决策链社区论坛

Error in as.POSlXct.numeric(ret):’origin’h◆◆◆ø◆

报错原因:ieu数据库的服务器不稳定,可能是偶然无法请求,也可能是长期无法请求解决方法:(1)更新Token后,使用相同的参数反复重新运行(2)以上方法无法解决,则建议使用MR分析的本地计算方...
多条件过滤表格:Can only use .str accessor with string values!-决策链社区论坛

多条件过滤表格:Can only use .str accessor with string values!

报错原因:表格中的字符串变量被python识别为其他类型,通常发生于True/False的识别,在python中这种变量通常判定为Bool型解决方法:按照以下的方式设置条件 
数据分析描述统计:Error in`[.data.frame`(WD,,i):◆◆◆◆w◆◆◆◆◆-决策链社区论坛

数据分析描述统计:Error in`[.data.frame`(WD,,i):◆◆◆◆w◆◆◆◆◆

报错原因:通常为选中的变量名存在非法字符,参考https://bbs.statsape.com/q-and-a/506.html解决方法:参考https://bbs.statsape.com/q-and-a/506.html 
限制性立方样条:Error: The number of knots must be strictly between 3 and 7.-决策链社区论坛

限制性立方样条:Error: The number of knots must be strictly between 3 and 7.

报错原因“预测变量RCS节点数应该为3-7个之间的任意整数
Mimic:
异常类型:PostgresExceptidm
异常消息:42712: WITH 查询名

Mimic: 异常类型:PostgresExceptidm 异常消息:42712: WITH 查询名”carvedilol phosphate”被指定多次

报错原因:提取的药物信息中存在相同的英文名解决方法:对于相同的药物英文名,应该修改英文简称,注意前后缀不要出现空格等非法符号