We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
横向联邦模型或某些纵向联邦模型在完成训练后经过模型的deploy、load、bind后,使用在线推理访问接口获得的反馈中没有score,如下 {"retcode":0,"retmsg":"","data":{"modelId":"guest#9999#arbiter-10000#guest-9999#host-10000#model","modelVersion":"202303150203349569250","timestamp":1678845832116},"flag":0}
{"retcode":0,"retmsg":"","data":{"modelId":"guest#9999#arbiter-10000#guest-9999#host-10000#model","modelVersion":"202303150203349569250","timestamp":1678845832116},"flag":0}
是否因为在fate-serving-federatedml.jar包中没有开发对应的功能,如下图为包中现有文件
The text was updated successfully, but these errors were encountered:
可以看下在线pipeline 的结构 ,最后的组件应该为LR 或者sbt ,若为其他组件,不会有结果
Sorry, something went wrong.
No branches or pull requests
横向联邦模型或某些纵向联邦模型在完成训练后经过模型的deploy、load、bind后,使用在线推理访问接口获得的反馈中没有score,如下
{"retcode":0,"retmsg":"","data":{"modelId":"guest#9999#arbiter-10000#guest-9999#host-10000#model","modelVersion":"202303150203349569250","timestamp":1678845832116},"flag":0}
是否因为在fate-serving-federatedml.jar包中没有开发对应的功能,如下图为包中现有文件
The text was updated successfully, but these errors were encountered: