空鱼O-决策链社区论坛-第6页
为什么ROC曲线是锯齿状的?-决策链社区论坛

为什么ROC曲线是锯齿状的?

造成问题的原因是使用的数据量太少了,以上的图样本量为200以下的图样本量为10000  
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.-决策链社区论坛
孟德尔随机化:Error in if (nrow(d)== 0) return(NULL) : argument is of length zero-决策链社区论坛
数据连接:local variable 'dfpath multi' referenced before assignment-决策链社区论坛

数据连接:local variable ‘dfpath multi’ referenced before assignment

报错原因:数据连接输入的表格可能缺失,数据连接最起码需要输入两个表格进行连接解决方法:(1)检查数据连接的输入端口是否连接完整(2)检查上游的两个节点的输出的表格是否存在
软件无法启动: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
多重插补:Unable to retrieve an R error message. Evaluating 'geterrmessage0' fails, The R engine is not in a working state.-决策链社区论坛

多重插补:Unable to retrieve an R error message. Evaluating ‘geterrmessage0’ fails, The R engine is not in a working state.

报错原因:未知,R引擎无法捕获程序状态解决方法:尝试重开软件,重启计算机
Please convert object columns to categorical or some numeric type-决策链社区论坛

Please convert object columns to categorical or some numeric type

报错原因:字符串类型变量无法计算解决方法:把字符串类型变量转为连续或者分类变量
昨天
0418
分析单元“4.随机森林”运算出错,请检查。
INonel-决策链社区论坛

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

报错原因:输入的变量类型可能存在错误解决方法:检查输入的特征变量是否都为连续的数值类型,目标变量是否蔚0/1二分类
孟德尔多元表型数据转换后数据条目减少-决策链社区论坛

孟德尔多元表型数据转换后数据条目减少

如图,相同的SNP位点被自动合并了,保留一个最优的条目,因此转换后条目减少了
机器学习分类模型SE:Error in self$assert(xs, sanitize = TRUE) :Assertion on 'xs' failed: num.threads: May not be NA-决策链社区论坛

机器学习分类模型SE:Error in self$assert(xs, sanitize = TRUE) :Assertion on ‘xs’ failed: num.threads: May not be NA

报错原因:线程数输入不是数值解决方法:(1)检查线程数输入不要为空,或者字符串,只能是单个数字,不能带逗号
机器学习分类模型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'-决策链社区论坛
COX多模型DCA曲线评估_Plus:Error in `[.data.frame`(new.data, complete.cases(new.data[, all.vars]),  : ѡ����δ�������-决策链社区论坛

COX多模型DCA曲线评估_Plus:Error in `[.data.frame`(new.data, complete.cases(new.data[, all.vars]), : ѡ����δ�������

报错原因:端口连接错误,非外部数据验证无需连接外部数据的端口解决方法:去除外部数据的端口连接 
COX多模型DCA曲线评估_Plus:读取图片结果时有警告信息:Value cannot be null. (Parameter 's')-决策链社区论坛

COX多模型DCA曲线评估_Plus:读取图片结果时有警告信息:Value cannot be null. (Parameter ‘s’)

报错原因:通常为节点传入的自定义颜色存在Bug解决方法:删除自定义颜色的参数
预测器SE:Error in model_rr$predict_newdata(newdata = newdata, task = tsk_wd) : attempt to apply non-function-决策链社区论坛

预测器SE:Error in model_rr$predict_newdata(newdata = newdata, task = tsk_wd) : attempt to apply non-function

报错原因: (1)通常为个别变量在模型训练前后的数据中,类型不一致 在模型训练前A变量为连续型,在模型训练后输出的表格中,其类型为分类 解决方法: (1)检查模型训练前后数据表的变量类型...
多条件过滤表格:'>' not supported between instances of str and int-决策链社区论坛

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

报错原因:自变量可能是数值类型,非数值类型无法使用'>','<','=','<='等逻辑字符判断大小解决方法:确认自变量是否为数值
Cannot implicitly convert type 'Python.Runtime.PyObject' to 'string[]'-决策链社区论坛

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

报错原因:读取的Excel文件可能存在格式i兼容问题解决方法:将Excel文件转为csv导入,如果转出的csv文件遇到utf-8编码错误,则参考https://bbs.statsape.com/q-and-a/543.html
SHAP分析修改热力散点图的时候横纵轴变量无法更改-决策链社区论坛

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

如图,在修改shap分析的热力散点图的时候,发现X轴和Y轴的变量只能选择Age,无法修改。原因在于没有指定绘图的数据源,Shap分析同城需要借助变量的原始数据值或者Shap value来绘图,在左侧的选...
1个月前
0379
数据分析描述统计:Error in `[.data.frame`(upstream_df_sub, , var_cont) :ѡ����δ�������-决策链社区论坛

数据分析描述统计:Error in `[.data.frame`(upstream_df_sub, , var_cont) :ѡ����δ�������

报错原因:选择的变量中,存在个别的变量名带有非法字符,参考:https://bbs.statsape.com/q-and-a/506.html结局方法:(1)检查变量名是否合法,使用标准化变量名的节点(2)参考:https://bbs...
前天
0367
辑回归多模型ROC曲线评估图:Error in names(x)<- value:'names' attribute[2] must be
the same length as the vector [0]-决策链社区论坛
无法写入文件“/XXX”No space left on device.-决策链社区论坛

无法写入文件“/XXX”No space left on device.

报错原因:磁盘空间不足
3天前
03412
The process cannot access the file 'D:\XXXXXXXX.tsv' because it is being used by another process-决策链社区论坛

The process cannot access the file ‘D:\XXXXXXXX.tsv’ because it is being used by another process

报错原因:错误信息中提示的文件表格被其他程序占用解决方法:把占用文件的程序关掉
3个月前
03112