空鱼O-决策链社区论坛-第4页
孟德尔随机化本地数据:Error: scanVcf: 'R_Realloc' could not re-allocate memory(87960856 bytes)-决策链社区论坛

孟德尔随机化本地数据:Error: scanVcf: ‘R_Realloc’ could not re-allocate memory(87960856 bytes)

报错原因:内存不足解决方法:(1)减小读取文件的数据量(2)增加内存
Errorin glm.fit(x= c(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,:NA/NaN/lnf in 'y'-决策链社区论坛

Errorin glm.fit(x= c(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,:NA/NaN/lnf in ‘y’

报错原因:通常为因变量的数值存在非数值的样本解决方法:检查因变量的值是否合法,对应的分布类型是否正确,将因变量非数值的样本转换成数值
3个月前
0919
多分类Rcs曲线图:data.frame(x=median x data,y= max up data, label =finally text data): ⧫⧫⧫⧫⧫⧫ζ@⧫⧫⧫⧫⧫⧫:2,0-决策链社区论坛

多分类Rcs曲线图:data.frame(x=median x data,y= max up data, label =finally text data): ⧫⧫⧫⧫⧫⧫ζ@⧫⧫⧫⧫⧫⧫:2,0

报错原因:可能是橙色的参数传递端口没有连接解决方法:将橙色端口连接上后重新运行 
单因素亚组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)更换亚组变量
Lasso回归-生存状态:Error in coxnet(xd, is.sparse, ix, jx, y, weights, offset, alpha, nobs, :NA/NaN/Inf in foreign function call (arg 4)-决策链社区论坛

Lasso回归-生存状态:Error in coxnet(xd, is.sparse, ix, jx, y, weights, offset, alpha, nobs, :NA/NaN/Inf in foreign function call (arg 4)

错误原因: 输入的变量组合导致Lasso模型拟合失败 解决方法: (1)Lasso回归的输入数据必须是数值,排除非法变量,例如含有字符串的变量 (2)如果不存在非法变量,则尝试换变量组合,或者修改...
潜类别分析:Error in names(x)<- value: 'names' attribute [4] must be the same length as the vector [0].-决策链社区论坛

潜类别分析:Error in names(x)<- value: ‘names’ attribute [4] must be the same length as the vector [0].

报错原因:模型得不到有效分类解决方法“(1)更改潜类别数(2)更改自变量组合
转换多变量标签编码:invalid character'‘'(U+2018)(<string><string>,line 1)</string>-决策链社区论坛

转换多变量标签编码:invalid character’‘'(U+2018)(<string>,line 1)

错误原因:使用中文符号编写命令,如下图,这种单引号为中文字符解决方法:改成英文字符的符号
潜类别混合增长模型: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解决方法:可以尝试换参数,换变量
3个月前
0749
ROC操作特征曲线: More than one

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

ROC操作特征曲线显示以上错误原因:算法在搜素ROC操作特征曲线的最佳阈值的时候。发现有多个最佳阈值,因此建议我们修改最佳阈值的规则解决方法:直接才参数界面修改最佳阈值的选择方法 
数据分析描述统计: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 
SHAP分析修改热力散点图的时候横纵轴变量无法更改-决策链社区论坛

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

如图,在修改shap分析的热力散点图的时候,发现X轴和Y轴的变量只能选择Age,无法修改。原因在于没有指定绘图的数据源,Shap分析同城需要借助变量的原始数据值或者Shap value来绘图,在左侧的选...
1个月前
0379
筛选样本:根据输入的列名没有找到匹配的规范变量名-决策链社区论坛

筛选样本:根据输入的列名没有找到匹配的规范变量名

报错原因:筛选样本选在的变量名在上游节点输出的数据中找不到。该错误常常发生在修改现呈的工程,没有根据上游的输出变量去重新修改下游节点的变量参数解决方法:把报错节点的变量参数重新设置...
3个月前
0989
多条件过滤表格:'>' not supported between instances of str and int-决策链社区论坛

多条件过滤表格:’>’ not supported between instances of str and int

报错原因:自变量可能是数值类型,非数值类型无法使用'>','<','=','<='等逻辑字符判断大小解决方法:确认自变量是否为数值
分析单元“node 20”的参数或变量赋值错误:参数“选择主键作为表连接的参考变量。”未赋值。-决策链社区论坛

分析单元“node 20”的参数或变量赋值错误:参数“选择主键作为表连接的参考变量。”未赋值。

报错原因:数据连接的主键参数设置错误,应该设置两个表共有的变量为主键解决方法:检查数据连接的主键参数设置
Error in run(param_manager) : 
  Please enter a model name! Note that the model name needs to match the results of the data entered! Currently, the input data includes 11 entries, while the model name vector has 10 elements. Please verify that the input data and model names match appropriately, or check for any leftover data from previous loading operations.-决策链社区论坛
NR曲线图:Error in findrow(fit, times, extend) : no points selected for one or more curves, consider using the extend argument-决策链社区论坛

NR曲线图:Error in findrow(fit, times, extend) : no points selected for one or more curves, consider using the extend argument

报错原因: (1)通常为因变量非法,例如因变量不是0,1二分类变量 (2)在多因素生存分析中,如果以上的情况不存在,则可能是生存时间中位数以下的样本的生存状态不是0,1二分类变量 解决方法...
2个月前
0489
分组多变量轨迹模型: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
报错信息: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(多对多)的方法连接
SHAP:Model type not yet supported by TreeExplainer: <class 'sksurv.svm.survival svm.FastKernelSurvivalSVM'>-决策链社区论坛

SHAP:Model type not yet supported by TreeExplainer:

报错原因:shap节点暂不支持SVM的生存模型
机器学习分类模型SE:Error in .__PipeOp__train(self = self, private = private, super = super,  : 
  Assertion on 'input to PipeOp colapply's $train()' failed: Must be of type 'list', not 'TaskClassif/TaskSupervised/Task/R6'-决策链社区论坛
矩阵相关分析:Error in rcorr(mat one,mat two,type = method test): must have >4
observations。-决策链社区论坛

矩阵相关分析:Error in rcorr(mat one,mat two,type = method test): must have >4 observations。

报错原因:样本太少,样本数最少5以上解决方法:增加样本数
Permission denied: 'XXXXXXXX/run logic coef.tsv'.-决策链社区论坛

Permission denied: ‘XXXXXXXX/run logic coef.tsv’.

错误原因: 看到“Permission denied”这个提示就是计算机的文件没有读写权限 自己用其他软件(Excel,记事本等)把分析结果的文件打开导致决策链无法访问。真是一种低级的错误,自己的计算机权...
孟德尔随机化:Error in if (nrow(d)== 0) return(NULL) : argument is of length zero-决策链社区论坛
多因素Cox回归:Error in seg.default(0, 1,length=g+1):

多因素Cox回归:Error in seg.default(0, 1,length=g+1): “length.out’ must be a non-negative number.

报错原因:校准曲线计算失败,只能尝试调整校准曲线相关参数解决方法:(1)调整观测时间,确保观测时间内样本足够(2)调整分组数据,分组数据通常为3-5组,但不能少于3组(3)调整区间样本数...
转换多变量标签编码:invalid entry 0 in condlist: should be boolean ndarray-决策链社区论坛

转换多变量标签编码:invalid entry 0 in condlist: should be boolean ndarray

报错原因:编写变量字符串识别的命令时,忽略了变量存在NA的情况,通常发生于str.contains()等方法解决方法:增加一个参数 ”na=False“ 帮助函数识别NA,x1.str.contains('ABC',na=False)
数据连接:invalid file path or buffer object type: <class 'NoneType
分类预测:model dataset compatibility.cpp:81: Atposition 3 should be feature with name APACHE2 (found BZD)-决策链社区论坛

分类预测:model dataset compatibility.cpp:81: Atposition 3 should be feature with name APACHE2 (found BZD)

报错原因:输入的模型特征顺序不对,此处第三个特征应该为APACHE2,但发现第三个为BZD解决方法:修正特征的顺序,应该与模型训练的顺序一致
限制性立方样条:Error in quantile.default(WD[, var predictl, plotRcs::knot(num point pred)).(unordered)factors are not allowed-决策链社区论坛

限制性立方样条:Error in quantile.default(WD[, var predictl, plotRcs::knot(num point pred)).(unordered)factors are not allowed

报错原因:分类型变量不能用于做RCS预测变量解决方法:选择连续型变量做RCS预测变量
Error in validate_param_range(pm$get para value(

Error in validate_param_range(pm$get para value(“maxdepth”),maxdepth”,lues is required! for theNote, for automatic parameter tuning, a reasonable range of vmaxdepth parameter, input 200,300

报错原因:通常为参数的范围设置错误,一般是选择了自动调参但却没有设置正确的参数范围解决方法:例如Maxdepth的参数,应该设置为200,300表示从200到300之间逐个参数去遍历
转换多变量标签编码:invalid syntax. Perhaps you forgot a comma? (<string>, line 1)-决策链社区论坛

转换多变量标签编码:invalid syntax. Perhaps you forgot a comma? (, line 1)

报错原因: (1)通常为逻辑连接符未加空格,此处应该写为x1<=20 and x2>=3 (2)字符串输入错误,入下图所示,55-59 years是一个字符串,应该写成x2=='55-59 years'