FATE icon indicating copy to clipboard operation
FATE copied to clipboard

使用fate_standalone 测试线性归回时,data_transform组件报错

Open stupidhhh opened this issue 2 years ago • 4 comments

fate-board错误信息如下: image 测试数据如下: image image 代码如下: image

stupidhhh avatar Sep 26 '23 12:09 stupidhhh

从报错来看,(namespace=guest_train, name=house_price_guest)这份数据并没有"y"列,可以flow table info -t "house_price_guest" -n "guest_train"查询下header是否有问题,看下上传是否有误,或者直接下载下来确认下。

mgqa34 avatar Sep 27 '23 07:09 mgqa34

从报错来看,(namespace=guest_train, name=house_price_guest)这份数据并没有"y"列,可以flow table info -t "house_price_guest" -n "guest_train"查询下header是否有问题,看下上传是否有误,或者直接下载下来确认下。

我把服务重新安装了一下 代码和数据都没改 跑起来报了别的错 image flow table info -t "house_price_guest" -n "guest_train" 这条命令执行后看到header里有y了 image

stupidhhh avatar Sep 27 '23 08:09 stupidhhh

从报错来看,(namespace=guest_train, name=house_price_guest)这份数据并没有"y"列,可以flow table info -t "house_price_guest" -n "guest_train"查询下header是否有问题,看下上传是否有误,或者直接下载下来确认下。

我把服务重新安装了一下 代码和数据都没改 跑起来报了别的错 image flow table info -t "house_price_guest" -n "guest_train" 这条命令执行后看到header里有y了 image

label_type设置为"float “,从图片看,是用的浮点数 data_transform_0_guest_party_instance.component_param(with_label=True, label_type="float", output_format="dense")

mgqa34 avatar Sep 27 '23 08:09 mgqa34

从报错来看,(namespace=guest_train, name=house_price_guest)这份数据并没有"y"列,可以flow table info -t "house_price_guest" -n "guest_train"查询下header是否有问题,看下上传是否有误,或者直接下载下来确认下。

我把服务重新安装了一下 代码和数据都没改 跑起来报了别的错 image flow table info -t "house_price_guest" -n "guest_train" 这条命令执行后看到header里有y了 image

label_type设置为"float “,从图片看,是用的浮点数 data_transform_0_guest_party_instance.component_param(with_label=True, label_type="float", output_format="dense")

加上 label_type="float" 后又报了Count of data_instance is 0 image

stupidhhh avatar Sep 27 '23 10:09 stupidhhh