空鱼O-决策链社区论坛-第5页
转换多变量标签编码:invalid syntax (<string><string>, line 1)</string>-决策链社区论坛

转换多变量标签编码:invalid syntax (<string>, line 1)

报错原因: (1)通常为条件未指定变量(逻辑符号或者运算符号前面缺少变量),此处应该为x1<=20 and x1>=3 如下图在*号前面没有变量,没有x1**x2的写法,必须是x1*x2*x3这种
分组多变量轨迹模型: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
多分类逻辑回归:Error in MASS:polr(as.formula(fml), weights = WD[, var weight], data = WD, :attempt to find suitable starting values failed-决策链社区论坛
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解决方法:增加模型的特征变量数量
4个月前
0836
多条件过滤表格:invalid character’‘'(U+2018)(<string>,line 1)-决策链社区论坛

多条件过滤表格:invalid character’‘'(U+2018)(,line 1)

报错原因:使用的连接符号'>'为中文符号,中文符号是非法的解决方法:将连接符号修改为英文符号
多分类Rcs曲线图:Error in'l,data.frame`(cbind dataframe,,xvar datal): wo00080000009。-决策链社区论坛

多分类Rcs曲线图:Error in’l,data.frame`(cbind dataframe,,xvar datal): wo00080000009。

错误原因:x轴的变量数量可能有误,通常为立方样条自变量数量没选对解决方法:重新设置参数,注意立方样条自变量数量要对应
高级变量运算:invalid decimal literal (<string>,line 1)-决策链社区论坛

高级变量运算:invalid decimal literal (,line 1)

报错原因:通常为计算符号写错,例如(1)没有**的写法,改为np.power() 解决方法:检查计算符号
5个月前
08111
限制性立方样条:Error in data.frame(.... check.names = FALSE) :◆◆◆◆◆◆◆◆◆ 7, 200-决策链社区论坛

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

报错原因:通常为预测变量过于离散,无法对因变量即模型的y进行拟合解决方法:(1)更换预测变量(2)将预测变量平滑(各种转换) 
分析单元“node 20”的参数或变量赋值错误:参数“选择主键作为表连接的参考变量。”未赋值。-决策链社区论坛

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

报错原因:数据连接的主键参数设置错误,应该设置两个表共有的变量为主键解决方法:检查数据连接的主键参数设置
机器学习分类模型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'-决策链社区论坛
数据分箱:unsupperted operand type(s) for -:'str' and 'str'-决策链社区论坛

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

报错原因:目标的分箱变量不是连续型,只有连续型变量才能(才需要)分箱
模型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)减少变...
Unterminated string. Expected delimiter:

Unterminated string. Expected delimiter: “. Path ‘GlobalDataFrameStructure.SeriesStructures

报错原因:画布工程崩溃,需重建工程解决方法:(1)点击开始-导出工程-保存工程文件(sasln文件)随后关闭软件后重新打开,点击导入刚才保存的工程文件(2)如果以上方法不可行,则新开一个画...
Unable to cast object of type 'System.String' to type 'System.Boolean'-决策链社区论坛

Unable to cast object of type ‘System.String’ to type ‘System.Boolean’

报错原因:节点初始化失败解决方法:(1)重拖一个节点(2)保存工程后重新打开软件
6个月前
0807
矩阵相关分析: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以上解决方法:增加样本数
采样方法:local variable 'except_col_names' referenced before assignment-决策链社区论坛

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

报错原因:采样方法选择Smote采样的时候,可能没有选择采样特征变量解决方法:确认采样特征变量是否选择变量 
多因素限制立方样条曲线:Error in `[.data.frame`(unique_cbind_dataframe, , xvar_data[i]) : 选择了未定义的列-决策链社区论坛

多因素限制立方样条曲线:Error in `[.data.frame`(unique_cbind_dataframe, , xvar_data[i]) : 选择了未定义的列

错误原因:数据端口输入顺序与自变量选择顺序不一致解决方法:(1)重新连接数据端口,保持连接顺序与自变量选择选择顺序一致,如下图,如果多因素限制立方样条曲线节点选择的自变量顺序为Var2...
分类预测:Feature shape mismatch, expected: 20, got 16-决策链社区论坛

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

报错原因:模型要求输入的变量数量为20,但预测数据集只提供了16个解决方法:检查预测数据集的变量完整性
多模型评估节点:Classification metrics can't handle a mix of binary and continuous targets-决策链社区论坛

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

报错原因: 通常为输入的真值,预测标签的类型错误,真值和预测标签类型应为二分类 解决方法: 检查真值或者预测标签变量的类型
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二分类变量 解决方法...
5个月前
0789
because it is being used by another process-决策链社区论坛

because it is being used by another process

报错原因:文件被其他软件占用解决方法:把其他占用文件的程序关掉
3个月前
07712
多分类逻辑回归:Error in relevel.factor(WD[, var dependent],ref= dep ref) :'ref'eiiee-决策链社区论坛

多分类逻辑回归:Error in relevel.factor(WD[, var dependent],ref= dep ref) :’ref’eiiee

报错原因:参考类别参数没有设置解决方法:设置参考类别
计算时间间隔:time data

计算时间间隔:time data “2020-10-20” doesn’t match format “%Y-%m-%d %H:%M:%S”, at position 4. You might want to try:

错误原因:日期格式不匹配,如下图所示,待计算的两个日期变量的值,存在格式为Year-Month-Day H:M:S的行,则计算时间间隔的时候,必须选择Year-Month-Day H:M:S的格式解决方法:如下图所示,修...
数据任务器SE:Error in strsplit(pm$get para value(

数据任务器SE:Error in strsplit(pm$get para value(“positive”),”\s*”): non-character arqument

错误原因:参数未填完整,如下图所示,正类参数未填解决方法:将必要参数补充完整
out of memoryDETAlL: Failed on request ofsize 19896550 in memory context Errorcontext-决策链社区论坛
COX回归PH检验:Error in gzfile(file,

COX回归PH检验:Error in gzfile(file,”rb”): cannot open the connection

错误原因:节点连接错误,只能连接在多因素COX回归后面解决方法:使用多因素COX回归连接这个节点
数据任务器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

报错原因:输入的特征变量存在缺失值解决方法:对存在缺失值的特征变量提前插补
导入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 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 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之间逐个参数去遍历