空鱼O-决策链社区论坛-第5页
计算时间间隔: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的格式解决方法:如下图所示,修...
COX多模型ROC曲线评估:Error in timeROc:timeROCT=status values$gx time, delta = status values$gx status, : lengths of vector T, delta and marker have to be equal.-决策链社区论坛
分类预测: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解决方法:修正特征的顺序,应该与模型训练的顺序一致
聚类热图:only defined on a data frame with all numeric-alike variables-决策链社区论坛

聚类热图:only defined on a data frame with all numeric-alike variables

报错原因:选择分析的变量中存在个别非数值变量解决方法:删除这些非数值的变量
Error: lexical error: inside a string,

Error: lexical error: inside a string,”‘ occurs before a character whic it may not

错误原因: 未知 解决方法: 重启计算机或者新建工程
12天前
04110
Unterminated string. Expected delimiter:

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

报错原因:画布工程崩溃,需重建工程解决方法:(1)点击开始-导出工程-保存工程文件(sasln文件)随后关闭软件后重新打开,点击导入刚才保存的工程文件(2)如果以上方法不可行,则新开一个画...
多条件过滤表格:Can only use .str accessor with string values!-决策链社区论坛

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

报错原因:表格中的字符串变量被python识别为其他类型,通常发生于True/False的识别,在python中这种变量通常判定为Bool型解决方法:按照以下的方式设置条件