空鱼O-决策链社区论坛-第6页
潜类别混合增长模型:the leading minor of order 1 is not positive definite-决策链社区论坛

潜类别混合增长模型:the leading minor of order 1 is not positive definite

报错原因:数据本身无法成功求导解决方法:(1)替换自变量(2)对自变量或者因变量进行归一化,插补等数据处理
数据连接:Merge keys are not unique in either left or right dataset; not a one-to-one merge-决策链社区论坛

数据连接:Merge keys are not unique in either left or right dataset; not a one-to-one merge

报错原因:左表或者右表存在重复的id解决方法:(1)把匹配模式替换为1:m或者m:m(2)把左右表id去重复
because it is being used by another process-决策链社区论坛

because it is being used by another process

报错原因:文件被其他软件占用解决方法:把其他占用文件的程序关掉
21天前
06512
分类预测:Feature shape mismatch, expected: 20, got 16-决策链社区论坛

分类预测:Feature shape mismatch, expected: 20, got 16

报错原因:模型要求输入的变量数量为20,但预测数据集只提供了16个解决方法:检查预测数据集的变量完整性
生存分析截断值搜索:Error in Summary.factor(c(2L,1L,1L,2L,1L,2L,2L,2L,1L,1L,1L,:

生存分析截断值搜索:Error in Summary.factor(c(2L,1L,1L,2L,1L,2L,2L,2L,1L,1L,1L,:”range’not meaningful for factors

报错原因:自变量用与分段搜素,不能输入分类型变量解决方法:检查自变量类型,确保输入的自变量为连续型 
数据连接:invalid file path or buffer object type: <class 'NoneType
机器学习分类模型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)检查线程数输入不要为空,或者字符串,只能是单个数字,不能带逗号
多重插补: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引擎无法捕获程序状态解决方法:尝试重开软件,重启计算机
out of memoryDETAlL: Failed on request ofsize 19896550 in memory context Errorcontext-决策链社区论坛
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: scanVcf: 'R_Realloc' could not re-allocate memory(87960856 bytes)-决策链社区论坛

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

报错原因:内存不足解决方法:(1)减小读取文件的数据量(2)增加内存
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'-决策链社区论坛
为什么ROC曲线是锯齿状的?-决策链社区论坛

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

造成问题的原因是使用的数据量太少了,以上的图样本量为200以下的图样本量为10000  
孟德尔随机化:Error in if (nrow(d)== 0) return(NULL) : argument is of length zero-决策链社区论坛
辑回归多模型ROC曲线评估图:Error in names(x)<- value:'names' attribute[2] must be
the same length as the vector [0]-决策链社区论坛
模型ANOVA分析:Error in Anova lll lm(mod, error, singular.ok = singular.ok, ...) :there are aliased coefficients in the model-决策链社区论坛

模型ANOVA分析:Error in Anova lll lm(mod, error, singular.ok = singular.ok, …) :there are aliased coefficients in the model

报错原因:遇到“模型中存在别名系数”的错误时,通常是由于回归模型中存在多重共线性,即模型中的两个或多个预测变量高度相关。解决方法:(1)检查变量共线性,去掉共线性强的变量(2)减少变...
无法写入文件“/XXX”No space left on device.-决策链社区论坛
预测器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)检查模型训练前后数据表的变量类型...
数据分析描述统计: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
Please convert object columns to categorical or some numeric type-决策链社区论坛

Please convert object columns to categorical or some numeric type

报错原因:字符串类型变量无法计算解决方法:把字符串类型变量转为连续或者分类变量
20小时前
0418