空鱼O-决策链社区论坛-第7页
插补空值:Please convert object columns to categorical or some numeric type-决策链社区论坛

插补空值:Please convert object columns to categorical or some numeric type

报错原因:输入插补的变量的类型非法,提示将变量类型转为分类或者连续解决方法:用转换变量类型节点,将目标变量转为合适的类型
2个月前
0815
out of memoryDETAlL: Failed on request ofsize 19896550 in memory context Errorcontext-决策链社区论坛
数据连接:Unable to allocate XXX GiB for an array with shape (XXXXX) and data type float64.-决策链社区论坛

数据连接:Unable to allocate XXX GiB for an array with shape (XXXXX) and data type float64.

错误原因:内存不足,在数据连接中m:m的模型内存消耗很大解决方法:(1)增加计算机内存(2)改用1:m或者1:1的模式匹配
分析单元“4.随机森林”运算出错,请检查。
INonel-决策链社区论坛

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

报错原因:输入的变量类型可能存在错误解决方法:检查输入的特征变量是否都为连续的数值类型,目标变量是否蔚0/1二分类