You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Q: 如果guest只提供了id,和Y. host提供了x.这种情况下,可以接分箱组件吗? 我接了分箱组件,报错了,报错信息为Number of features of DTables is 0 **
A: 目前纵向场景,是不支持某一方没有feature的。如果guest只有id和y,可以添加一列特征,值都是0.00001这样。不过这种做法存在一定风险。
目前fate的组件需要特征不为空,因为在纵向联邦场景,我们认为双方都需要有数据参与建模,如果某一方特征为空,我们更希望这被提前感知到。